visit

public void visit(Object value, FormatChar format, FormatOptions options)

Visits a log message argument with formatting specified by %s, %d etc...

Note that this method may still visit arguments which represent date/time values if the format is not explicit (e.g. log("time=%s", dateTime)).

Parameters

value

the non-null log message argument.

format

the printf format specifier.

options

formatting options.