IMessageFormatter

A Message Formatter generates a formatted text from a LOG entry. It has only one method.

@NotNull String format(@NotNull CLogDto aDto);

Included Message Formatter

At the moment, only a single message formatter is included.

Class name Description
CDefaultMessageFormatter The formatter replaces the placeholders with the arguments. In case of exceptions it generates a longer text in which each stacktrace line is printed to a new line.

nyssr.net - Innovative Distributed System