public class SimpleBotLogger extends AbstractBotLogger
BotLogger that prints messages to System.out| Constructor and Description |
|---|
SimpleBotLogger() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
writeToSink(BotLogEntry entry)
Customizable method which writes log entry to exact resource
|
composeLogMessage, debug, debug, error, error, formatLogEntry, getDateFormat, info, info, log, log, warn, warnprotected void writeToSink(BotLogEntry entry)
AbstractBotLoggerwriteToSink in class AbstractBotLoggerentry - log entryCopyright © 2016. All rights reserved.