Click or drag to resize

Layout Methods

The Layout type exposes the following members.

Methods
  NameDescription
Protected methodCloseLayout
Closes the layout.
Public methodStatic memberFromLiteral
Create a SimpleLayout containing literal value
Public methodStatic memberFromMethod
Create a SimpleLayout from a lambda method.
Public methodStatic memberFromString(String)
Parses the specified string as LayoutRenderer-expression into a SimpleLayout.
Public methodStatic memberFromString(String, ConfigurationItemFactory)
Parses the specified string as LayoutRenderer-expression into a SimpleLayout.
Public methodStatic memberFromString(String, Boolean)
Parses the specified string as LayoutRenderer-expression into a SimpleLayout.
Protected methodGetFormattedMessage
Renders formatted output using the log event as context.
Protected methodInitializeLayout
Initializes the layout.
Public methodPrecalculate
Precalculates the layout for the specified log event and stores the result in per-log event cache. Skips context capture when Layout have [ThreadAgnostic], and only contains layouts with [ThreadAgnostic].
Public methodRender(LogEventInfo)
Renders formatted output using the log event as context.
Public methodRender(LogEventInfo, StringBuilder)
Optimized version of Render(LogEventInfo) that works best when override of RenderFormattedMessage(LogEventInfo, StringBuilder) is available.
Protected methodRenderFormattedMessage
Renders formatted output using the log event as context.
Protected methodResolveServiceT
Resolve from DI ServiceRepository
Top
See Also