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