public interface ReplicationLog
ReplicationLog...| Modifier and Type | Interface and Description |
|---|---|
static class |
ReplicationLog.Level
Log level
|
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String message)
Log a message with level debug.
|
void |
debug(String fmt,
Object... args)
Log a message with level debug.
|
void |
error(String message)
Log a message with level error.
|
void |
error(String fmt,
Object... args)
Log a message with level error.
|
ReplicationLog.Level |
getLevel()
Returns the log level of this log
|
Collection<String> |
getLines()
Returns the lines
|
void |
info(String message)
Log a message with level info.
|
void |
info(String fmt,
Object... args)
Log a message with level info.
|
void |
setLevel(ReplicationLog.Level level)
Set the log level
|
void |
warn(String message)
Log a message with level warn.
|
void |
warn(String fmt,
Object... args)
Log a message with level warn.
|
ReplicationLog.Level getLevel()
void setLevel(ReplicationLog.Level level)
level - the log levelCollection<String> getLines()
void debug(String message)
message - the log messagevoid debug(String fmt, Object... args)
fmt - the message formatargs - the message argumentsString.format(String, Object...)void info(String message)
message - the log messagevoid info(String fmt, Object... args)
fmt - the message formatargs - the message argumentsString.format(String, Object...)void warn(String message)
message - the log messagevoid warn(String fmt, Object... args)
fmt - the message formatargs - the message argumentsString.format(String, Object...)void error(String message)
message - the log messagevoid error(String fmt, Object... args)
fmt - the message formatargs - the message argumentsString.format(String, Object...)Copyright © 2010 - 2020 Adobe. All Rights Reserved