Skip to content

Instantly share code, notes, and snippets.

@edengal
Last active August 6, 2019 09:53
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