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