Class BufferedLogService

java.lang.Object
liquibase.logging.core.AbstractLogService
liquibase.logging.core.BufferedLogService
All Implemented Interfaces:
LogService, Plugin

@Deprecated public class BufferedLogService extends AbstractLogService
Deprecated.
  • Field Details

  • Constructor Details

    • BufferedLogService

      public BufferedLogService()
      Deprecated.
  • Method Details

    • getPriority

      public int getPriority()
      Deprecated.
    • getLog

      public Logger getLog(Class clazz)
      Deprecated.
      Description copied from interface: LogService
      Creates a logger for logging from the given class. Unlike most logging systems, there is no exposed getLog(String) method in order to provide more consistency in how logs are named.
    • getLogAsString

      public String getLogAsString(Level minimumLevel)
      Deprecated.
    • addLog

      public void addLog(BufferedLogService.BufferedLogMessage log)
      Deprecated.