| Package | Description |
|---|---|
| org.msbotframework4j.logging | |
| org.msbotframework4j.logging.impl |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractBotLogger.formatLogEntry(BotLogEntry entry)
Base method to convert log entry to String.
|
void |
BotLogger.log(BotLogEntry entry)
Writes log entry to logging stream
|
void |
AbstractBotLogger.log(BotLogEntry entry) |
protected abstract void |
AbstractBotLogger.writeToSink(BotLogEntry entry)
Customizable method which writes log entry to exact resource
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
Slf4jBotLogger.formatLogEntry(BotLogEntry entry) |
protected void |
Slf4jBotLogger.writeToSink(BotLogEntry entry) |
protected void |
SimpleBotLogger.writeToSink(BotLogEntry entry) |
Copyright © 2016. All rights reserved.