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, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, describe, get, get, getAttributes, getObjectMetaData, getValuePath, has, set
@Deprecated protected AbstractLogger(LogMessageFilter ignored)
protected AbstractLogger()
public void severe(String message)
Logger
public void severe(String message, Throwable e)
Logger
public void warning(String message)
Logger
public void warning(String message, Throwable e)
Logger
public void info(String message)
Logger
public void info(String message, Throwable e)
Logger
public void config(String message)
Logger
public void config(String message, Throwable e)
Logger
public void fine(String message)
Logger
public void fine(String message, Throwable e)
Logger
@Deprecated protected String filterMessage(String message)
Copyright © 2023 Liquibase.org. All rights reserved.