Class StdoutLogger
- java.lang.Object
-
- de.hybris.platform.jdbcwrapper.logger.FormattedLogger
-
- de.hybris.platform.jdbcwrapper.logger.StdoutLogger
-
- All Implemented Interfaces:
JDBCLogger
- Direct Known Subclasses:
FileLogger
public class StdoutLogger extends FormattedLogger
-
-
Field Summary
Fields Modifier and Type Field Description protected java.io.PrintStreamqlog
-
Constructor Summary
Constructors Constructor Description StdoutLogger(Tenant system)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlogException(java.lang.Exception exception)voidlogText(java.lang.String text)-
Methods inherited from class de.hybris.platform.jdbcwrapper.logger.FormattedLogger
getLastEntry, logSQL, setLastEntry
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.jdbcwrapper.logger.JDBCLogger
logException, logSQL, logText
-
-
-
-
Constructor Detail
-
StdoutLogger
public StdoutLogger(Tenant system)
-
-