-
public interface LoggerLogs internal messages from within the bugsnag notifier.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLogger.Global
-
Method Summary
Modifier and Type Method Description abstract Unite(String msg)Logs a message at the error level. abstract Unite(String msg, Throwable throwable)Logs a message at the error level. abstract Unitw(String msg)Logs a message at the warning level. abstract Unitw(String msg, Throwable throwable)Logs a message at the warning level. abstract Uniti(String msg)Logs a message at the info level. abstract Uniti(String msg, Throwable throwable)Logs a message at the info level. abstract Unitd(String msg)Logs a message at the debug level. abstract Unitd(String msg, Throwable throwable)Logs a message at the debug level.
-