get

open fun get(format: String): StructuredLogFormatter<E>

Get a new StructuredLogFormatter instance for the specified format.

Return

a new StructuredLogFormatter instance

Parameters

format

the format requested (either a CommonStructuredLogFormat IDor a fully-qualified class name)

Throws

if the format is unknown