Class Slf4jLogger

All Implemented Interfaces:
AutoCloseable, Cloneable, ExtensibleObject, Logger

public class Slf4jLogger extends AbstractLogger implements Logger

An implementation of the Liquibase Logger that sends log output to SLF4J.

Log level Mappings:

Liquibase Level SLF4J Level
Debug Debug
Fine Debug
Config Info
Info Info
Warning Warn
Severe Error
Author:
Matt Bertolini
See Also: