Constructor and Description |
---|
SystemOutLogger() |
Modifier and Type | Method and Description |
---|---|
void |
log(SentryLevel level,
java.lang.String message,
java.lang.Object... args)
Logs to console a message with the specified level, message and optional arguments.
|
void |
log(SentryLevel level,
java.lang.String message,
java.lang.Throwable throwable)
Logs to console a message with the specified level, message and throwable.
|
void |
log(SentryLevel level,
java.lang.Throwable throwable,
java.lang.String message,
java.lang.Object... args)
Logs to console a message with the specified level, throwable, message and optional arguments.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
logIfNotNull, logIfNotNull, logIfNotNull
public void log(SentryLevel level, java.lang.String message, java.lang.Object... args)
public void log(SentryLevel level, java.lang.String message, java.lang.Throwable throwable)
public void log(SentryLevel level, java.lang.Throwable throwable, java.lang.String message, java.lang.Object... args)