- AbstractBotLogger - Class in org.msbotframework4j.logging
-
Base class for adapters for bot logging system
- AbstractBotLogger() - Constructor for class org.msbotframework4j.logging.AbstractBotLogger
-
- append(Object) - Method in interface org.msbotframework4j.logging.BotLogEntryBuilder
-
Appends an object to this builder.
- append(String) - Method in interface org.msbotframework4j.logging.BotLogEntryBuilder
-
Appends a string to this builder.
- append(String, Object...) - Method in interface org.msbotframework4j.logging.BotLogEntryBuilder
-
- append(int) - Method in interface org.msbotframework4j.logging.BotLogEntryBuilder
-
Appends an int value to this builder.
- append(long) - Method in interface org.msbotframework4j.logging.BotLogEntryBuilder
-
Appends a long value to the builder
- append(float) - Method in interface org.msbotframework4j.logging.BotLogEntryBuilder
-
Appends a float value to the builder
- append(double) - Method in interface org.msbotframework4j.logging.BotLogEntryBuilder
-
Appends a double value to the builder
- append(boolean) - Method in interface org.msbotframework4j.logging.BotLogEntryBuilder
-
Appends a boolean value to the builder
- append(char) - Method in interface org.msbotframework4j.logging.BotLogEntryBuilder
-
Appends a char value to the builder
- appendFixedWidthPadLeft(Object, int, char) - Method in interface org.msbotframework4j.logging.BotLogEntryBuilder
-
Appends an object to the builder padding on the left to a fixed width.
- appendFixedWidthPadRight(Object, int, char) - Method in interface org.msbotframework4j.logging.BotLogEntryBuilder
-
Appends an object to the builder padding on the right to a fixed length.
- appendln(Object) - Method in interface org.msbotframework4j.logging.BotLogEntryBuilder
-
Appends an object followed by a new line to this builder
- appendln(String) - Method in interface org.msbotframework4j.logging.BotLogEntryBuilder
-
Appends a string followed by a new line to this builder
- appendln(String, Object...) - Method in interface org.msbotframework4j.logging.BotLogEntryBuilder
-
- appendln(boolean) - Method in interface org.msbotframework4j.logging.BotLogEntryBuilder
-
Appends a boolean value followed by a new line to the builder.
- appendln(char) - Method in interface org.msbotframework4j.logging.BotLogEntryBuilder
-
Appends a char value followed by a new line to the builder.
- appendln(int) - Method in interface org.msbotframework4j.logging.BotLogEntryBuilder
-
Appends an int value followed by a new line to the builder.
- appendln(long) - Method in interface org.msbotframework4j.logging.BotLogEntryBuilder
-
Appends a long value followed by a new line to the builder.
- appendln(float) - Method in interface org.msbotframework4j.logging.BotLogEntryBuilder
-
Appends a float value followed by a new line to the builder.
- appendln(double) - Method in interface org.msbotframework4j.logging.BotLogEntryBuilder
-
Appends a double value followed by a new line to the builder.
- appendNewLine() - Method in interface org.msbotframework4j.logging.BotLogEntryBuilder
-
Appends the new line string to this builder.
- appendPadding(int, char) - Method in interface org.msbotframework4j.logging.BotLogEntryBuilder
-
Appends the pad character to the builder the specified number of times.
- appendSeparator(char) - Method in interface org.msbotframework4j.logging.BotLogEntryBuilder
-
Appends a separator if the builder is currently non-empty.
- appendWhitespaceSeparator() - Method in interface org.msbotframework4j.logging.BotLogEntryBuilder
-
Appends a whitespace character to this builder.