Constructor and Description |
---|
SystemOutLogger() |
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled(@Nullable SentryLevel level)
Whether this logger is enabled for the specified SentryLevel.
|
void |
log(@NotNull SentryLevel level,
@NotNull java.lang.String message,
java.lang.Object... args)
Logs to console a message with the specified level, message and optional arguments.
|
void |
log(@NotNull SentryLevel level,
@NotNull java.lang.String message,
@Nullable java.lang.Throwable throwable)
Logs to console a message with the specified level, message and throwable.
|
void |
log(@NotNull SentryLevel level,
@Nullable java.lang.Throwable throwable,
@NotNull java.lang.String message,
java.lang.Object... args)
Logs to console a message with the specified level, throwable, message and optional arguments.
|
public void log(@NotNull @NotNull SentryLevel level, @NotNull @NotNull java.lang.String message, @Nullable java.lang.Object... args)
public void log(@NotNull @NotNull SentryLevel level, @NotNull @NotNull java.lang.String message, @Nullable @Nullable java.lang.Throwable throwable)
public void log(@NotNull @NotNull SentryLevel level, @Nullable @Nullable java.lang.Throwable throwable, @NotNull @NotNull java.lang.String message, @Nullable java.lang.Object... args)
public boolean isEnabled(@Nullable @Nullable SentryLevel level)
ILogger