public Logger
Writes logs
void d(@Nullable
java.lang.String tag,
@Nullable
java.lang.String message)
Writes tag and message to the log on Level.Debug
void w(@Nullable
java.lang.String tag,
@Nullable
java.lang.String message)
Writes tag and message to the log on Level.Warning
void e(@Nullable
java.lang.String tag,
@Nullable
java.lang.String message)
Writes tag and message to the log on Level.Error
void i(@Nullable
java.lang.String tag,
@Nullable
java.lang.String message)
Writes tag and message to the log on Level.Information
void logException(@Nullable
java.lang.Throwable e)
Shows log for exception
e - Throwable for this error
void logMethod()
Shows log for invoked method