Last active
August 6, 2019 09:53
-
-
Save edengal/bece9bdb400a02dc74e07e3d0065726d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public void doSomething(){ | |
TimberLogger.logContext("key","context"); | |
TimberLogger.logText("key","This is a text"); | |
TimberLogger.logString("key","string"); | |
TimberLogger.logMetric("key",2); | |
TimberLogger.logInfo("This is a regular log"); | |
TimberLogger.logInfo("This is also a regular log"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment