Class FormattedLogger

java.lang.Object
de.hybris.platform.jdbcwrapper.logger.FormattedLogger
All Implemented Interfaces:
JDBCLogger
Direct Known Subclasses:
JDBCSLF4JAwareLogger, StdoutLogger

public abstract class FormattedLogger extends Object implements JDBCLogger
stdout, and file logger all use the same format so we descend from this class. also, they all have to do the get and setLastEntry stuff so we go ahead and do the work here.
  • Constructor Details

    • FormattedLogger

      public FormattedLogger()
  • Method Details