Format and emit a textual log message from the given arguments
The formatted string emitted will have a length up to buffer.length,
which is 2048 by default.
If no formatting argument is provided (the call has only 2 parameters,
e.g. format(Level.Trace, "Baguette");), then the string will be just
emitted to the appender(s) verbatim and won't be limited in length.
Format and emit a textual log message from the given arguments
The formatted string emitted will have a length up to buffer.length, which is 2048 by default. If no formatting argument is provided (the call has only 2 parameters, e.g. format(Level.Trace, "Baguette");), then the string will be just emitted to the appender(s) verbatim and won't be limited in length.