| Package | Description |
|---|---|
| org.msbotframework4j.logging |
| Modifier and Type | Method and Description |
|---|---|
BotLogSeverity |
BotLogEntry.getSeverity() |
static BotLogSeverity |
BotLogSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BotLogSeverity[] |
BotLogSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BotLogger.log(BotLogSeverity severity,
String message,
Throwable exception)
Logs an exception with exact severity level with an accompanying message
|
void |
AbstractBotLogger.log(BotLogSeverity severity,
String message,
Throwable exception) |
void |
BotLogEntry.setSeverity(BotLogSeverity severity) |
BotLogEntryBuilder |
BotLogEntryBuilder.withSeverity(BotLogSeverity severity)
Sets the severity level using
BotLogEntry.setSeverity(BotLogSeverity) |
| Constructor and Description |
|---|
BotLogEntry(BotLogSeverity severity,
String message) |
BotLogEntry(BotLogSeverity severity,
String message,
Throwable exception) |
BotLogEntry(BotLogSeverity severity,
Throwable exception) |
BotLogEntry(Date timestamp,
BotLogSeverity severity,
String message,
Throwable exception) |
Copyright © 2016. All rights reserved.