| Package | Description |
|---|---|
| org.msbotframework4j.logging |
| Modifier and Type | Method and Description |
|---|---|
BotLogEntryBuilder |
BotLogEntryBuilder.append(boolean value)
Appends a boolean value to the builder
|
BotLogEntryBuilder |
BotLogEntryBuilder.append(char ch)
Appends a char value to the builder
|
BotLogEntryBuilder |
BotLogEntryBuilder.append(double value)
Appends a double value to the builder
|
BotLogEntryBuilder |
BotLogEntryBuilder.append(float value)
Appends a float value to the builder
|
BotLogEntryBuilder |
BotLogEntryBuilder.append(int value)
Appends an int value to this builder.
|
BotLogEntryBuilder |
BotLogEntryBuilder.append(long value)
Appends a long value to the builder
|
BotLogEntryBuilder |
BotLogEntryBuilder.append(Object obj)
Appends an object to this builder.
|
BotLogEntryBuilder |
BotLogEntryBuilder.append(String str)
Appends a string to this builder.
|
BotLogEntryBuilder |
BotLogEntryBuilder.append(String format,
Object... objs)
Calls
String.format(String, Object...) and appends the result |
BotLogEntryBuilder |
BotLogEntryBuilder.appendFixedWidthPadLeft(Object obj,
int width,
char padChar)
Appends an object to the builder padding on the left to a fixed width.
|
BotLogEntryBuilder |
BotLogEntryBuilder.appendFixedWidthPadRight(Object obj,
int width,
char padChar)
Appends an object to the builder padding on the right to a fixed length.
|
BotLogEntryBuilder |
BotLogEntryBuilder.appendln(boolean value)
Appends a boolean value followed by a new line to the builder.
|
BotLogEntryBuilder |
BotLogEntryBuilder.appendln(char ch)
Appends a char value followed by a new line to the builder.
|
BotLogEntryBuilder |
BotLogEntryBuilder.appendln(double value)
Appends a double value followed by a new line to the builder.
|
BotLogEntryBuilder |
BotLogEntryBuilder.appendln(float value)
Appends a float value followed by a new line to the builder.
|
BotLogEntryBuilder |
BotLogEntryBuilder.appendln(int value)
Appends an int value followed by a new line to the builder.
|
BotLogEntryBuilder |
BotLogEntryBuilder.appendln(long value)
Appends a long value followed by a new line to the builder.
|
BotLogEntryBuilder |
BotLogEntryBuilder.appendln(Object obj)
Appends an object followed by a new line to this builder
|
BotLogEntryBuilder |
BotLogEntryBuilder.appendln(String str)
Appends a string followed by a new line to this builder
|
BotLogEntryBuilder |
BotLogEntryBuilder.appendln(String format,
Object... objs)
Calls
String.format(String, Object...) and appends the result followed by a new line to this builder. |
BotLogEntryBuilder |
BotLogEntryBuilder.appendNewLine()
Appends the new line string to this builder.
|
BotLogEntryBuilder |
BotLogEntryBuilder.appendPadding(int length,
char padChar)
Appends the pad character to the builder the specified number of times.
|
BotLogEntryBuilder |
BotLogEntryBuilder.appendSeparator(char separator)
Appends a separator if the builder is currently non-empty.
|
BotLogEntryBuilder |
BotLogEntryBuilder.appendWhitespaceSeparator()
Appends a whitespace character to this builder.
|
BotLogEntryBuilder |
BotLogger.composeLogMessage()
Might be used to compose complicated log records
|
BotLogEntryBuilder |
AbstractBotLogger.composeLogMessage()
Creates a builder which simplifies the message configuration
|
BotLogEntryBuilder |
BotLogEntryBuilder.trim()
Trims the builder by removing characters less than or equal to a space from the beginning and end.
|
BotLogEntryBuilder |
BotLogEntryBuilder.withException(Throwable exception)
Sets the exception that would be accompanied with this message
|
BotLogEntryBuilder |
BotLogEntryBuilder.withSeverity(BotLogSeverity severity)
Sets the severity level using
BotLogEntry.setSeverity(BotLogSeverity) |
Copyright © 2016. All rights reserved.