visitPreformatted

public void visitPreformatted(Object value, String formatted)

Visits a log message argument for which formatting has already occurred. This method is only invoked when non-printf message formatting is used (e.g. brace style formatting).

This method is intended for use by Parameter implementations which describe formatting rules which cannot by represented by either FormatChar or DateTimeFormat. This method discards formatting and type information, and the visitor implementation may choose to reexamine the type of the original argument if doing structural logging.

Parameters

value

the original non-null log message argument.

formatted

the formatted representation of the argument