| Modifier and Type | Class and Description |
|---|---|
static class |
ConsoleLogger.CONSOLE_LOG_LEVEL |
static class |
ConsoleLogger.ConsoleLoggerKey |
| Constructor and Description |
|---|
ConsoleLogger(ConsoleLogger.ConsoleLoggerKey identifier) |
ConsoleLogger(ConsoleLogger.ConsoleLoggerKey identifier,
PrintStream log,
PrintStream err) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String msg) |
void |
debug(String format,
Object... arguments) |
void |
debug(String msg,
Throwable t) |
void |
error(String msg) |
void |
error(String format,
Object... arguments) |
void |
error(String msg,
Throwable t) |
String |
getName() |
void |
info(String msg) |
void |
info(String format,
Object... arguments) |
void |
info(String msg,
Throwable t) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
int |
maxStackTraceSizeToLog() |
boolean |
printStackTrace() |
void |
trace(String msg) |
void |
trace(String format,
Object... arguments) |
void |
trace(String msg,
Throwable t) |
void |
warn(String msg) |
void |
warn(String format,
Object... arguments) |
void |
warn(String msg,
Throwable t) |
public ConsoleLogger(ConsoleLogger.ConsoleLoggerKey identifier, PrintStream log, PrintStream err)
public ConsoleLogger(ConsoleLogger.ConsoleLoggerKey identifier)
public boolean printStackTrace()
printStackTrace in interface Loggerpublic int maxStackTraceSizeToLog()
maxStackTraceSizeToLog in interface Loggerpublic boolean isTraceEnabled()
isTraceEnabled in interface Loggerpublic boolean isDebugEnabled()
isDebugEnabled in interface Loggerpublic boolean isInfoEnabled()
isInfoEnabled in interface Loggerpublic boolean isWarnEnabled()
isWarnEnabled in interface Loggerpublic boolean isErrorEnabled()
isErrorEnabled in interface LoggerCopyright © 2025 SingleStore. All rights reserved.