public abstract class AbstractLogger extends AbstractExtensibleObject implements Logger
Logger.log(Level, String, Throwable) method for all the convenience methods.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractLogger() |
protected |
AbstractLogger(LogMessageFilter ignored)
Deprecated.
use {@link AbstractLogger().
Passed filter is not used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
config(String message)
Logs configuration information.
|
void |
config(String message,
Throwable e)
Logs configuration information together with data from an error/exception.
|
void |
debug(String message) |
void |
debug(String message,
Throwable e) |
protected String |
filterMessage(String message)
Deprecated.
now just returns the message
|
void |
fine(String message)
Logs a debugging event to aid in troubleshooting.
|
void |
fine(String message,
Throwable e)
Logs a debugging event to aid in troubleshooting together with data from an error/exception.
|
void |
info(String message)
Logs a general event that might be useful for the user.
|
void |
info(String message,
Throwable e)
Logs a general event that might be useful for the user together with data from an error/exception.
|
void |
severe(String message)
Log that a severe error that occurred.
|
void |
severe(String message,
Throwable e)
Log an error together with data from an error/exception.
|
void |
warning(String message)
Log a event the user should be warned about.
|
void |
warning(String message,
Throwable e)
Log a event the user should be warned about together with data from an error/exception.
|
clone, describe, equals, get, get, get, getAttributes, getFieldValue, getObjectMetaData, getValuePath, has, hashCode, set, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, describe, get, get, getAttributes, getObjectMetaData, getValuePath, has, set@Deprecated protected AbstractLogger(LogMessageFilter ignored)
protected AbstractLogger()
public void severe(String message)
Loggerpublic void severe(String message, Throwable e)
Loggerpublic void warning(String message)
Loggerpublic void warning(String message, Throwable e)
Loggerpublic void info(String message)
Loggerpublic void info(String message, Throwable e)
Loggerpublic void config(String message)
Loggerpublic void config(String message, Throwable e)
Loggerpublic void fine(String message)
Loggerpublic void fine(String message, Throwable e)
Logger@Deprecated protected String filterMessage(String message)
Copyright © 2022 Liquibase.org. All rights reserved.