public class DefaultDistributionLog extends Object implements org.apache.sling.distribution.log.spi.DistributionLog
DistributionLog
Modifier and Type | Class and Description |
---|---|
static class |
DefaultDistributionLog.LogLevel
Log level
|
Constructor and Description |
---|
DefaultDistributionLog(String name,
Class<?> clazz,
DefaultDistributionLog.LogLevel logLevel) |
Modifier and Type | Method and Description |
---|---|
void |
debug(String fmt,
Object... objects) |
void |
error(String fmt,
Object... objects) |
List<String> |
getLines() |
String |
getName() |
void |
info(boolean silent,
String fmt,
Object... objects) |
void |
info(String fmt,
Object... objects) |
void |
warn(String fmt,
Object... objects) |
public DefaultDistributionLog(String name, Class<?> clazz, DefaultDistributionLog.LogLevel logLevel)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.