public static interface Logging.StdOutLogger
Modifier and Type | Method and Description |
---|---|
void |
debug(Logging.Debug event) |
void |
error(Logging.Error event) |
void |
info(Logging.Info event) |
void |
print(java.lang.Object event) |
java.lang.String |
timestamp(Logging.LogEvent event) |
void |
warning(Logging.Warning event) |
java.lang.String timestamp(Logging.LogEvent event)
void print(java.lang.Object event)
void error(Logging.Error event)
void warning(Logging.Warning event)
void info(Logging.Info event)
void debug(Logging.Debug event)