Class DefaultDistributionLog
java.lang.Object
org.apache.sling.distribution.journal.shared.DefaultDistributionLog
- All Implemented Interfaces:
org.apache.sling.distribution.log.spi.DistributionLog
public class DefaultDistributionLog extends Object implements org.apache.sling.distribution.log.spi.DistributionLog
Default implementation of a
DistributionLog-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDefaultDistributionLog.LogLevelLog level -
Constructor Summary
Constructors Constructor Description DefaultDistributionLog(String name, Class<?> clazz, DefaultDistributionLog.LogLevel logLevel) -
Method Summary
Modifier and Type Method Description voiddebug(String fmt, Object... objects)voiderror(String fmt, Object... objects)List<String>getLines()StringgetName()voidinfo(boolean silent, String fmt, Object... objects)voidinfo(String fmt, Object... objects)voidwarn(String fmt, Object... objects)