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