public static class SimpleJsonLayout.Companion
Factory object used to generate new SimpleJsonLayout.
| Modifier and Type | Method and Description |
|---|---|
SimpleJsonLayout |
createLayout(org.apache.logging.log4j.core.config.Configuration config,
java.lang.String ignoredStackTracePackages)
Creates a SimpleJsonLayout.
|
public SimpleJsonLayout createLayout(org.apache.logging.log4j.core.config.Configuration config, java.lang.String ignoredStackTracePackages)
Creates a SimpleJsonLayout.
config - The plugin configuration.ignoredStackTracePackages - A comma-separated list of packages to be ignored on rendering the stack trace.