Skip to content

Instantly share code, notes, and snippets.

@edengal
Last active August 6, 2019 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edengal/bece9bdb400a02dc74e07e3d0065726d to your computer and use it in GitHub Desktop.
Save edengal/bece9bdb400a02dc74e07e3d0065726d to your computer and use it in GitHub Desktop.
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