File tree Expand file tree Collapse file tree
traceo-sdk/src/main/java/com/traceo/sdk/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,25 +13,25 @@ public final class TraceoClient extends CoreClient<ClientOptions> {
1313 private TraceoClient () {}
1414
1515 /**
16- *
16+ * Log message to console and persist them in Traceo platform.
1717 * @return
1818 */
1919 public static TraceoLogger getLogger () {
2020 return TraceoLogger .createLogger (getConfigs ());
2121 }
2222
2323 /**
24- *
25- * @param clazz
24+ * Log message to console and persist them in Traceo platform.
25+ * @param clazz Class where logger is used.
2626 * @return
2727 */
2828 public static TraceoLogger getLogger (Class <?> clazz ) {
2929 return getLogger (clazz .getName ());
3030 }
3131
3232 /**
33- *
34- * @param name
33+ * Log message to console and persist them in Traceo platform.
34+ * @param name Custom logger name.
3535 * @return
3636 */
3737 public static TraceoLogger getLogger (String name ) {
You can’t perform that action at this time.
0 commit comments