![]() | Layout Class |
Namespace: NLog.Layouts
The Layout type exposes the following members.
Name | Description | |
---|---|---|
![]() | LoggingConfiguration |
Gets the logging configuration this target is part of.
|
Name | Description | |
---|---|---|
![]() | CloseLayout |
Closes the layout.
|
![]() ![]() | FromString(String) |
Implicitly converts the specified string to a SimpleLayout.
|
![]() ![]() | FromString(String, ConfigurationItemFactory) |
Implicitly converts the specified string to a SimpleLayout.
|
![]() | GetFormattedMessage |
Renders the layout for the specified logging event by invoking layout renderers.
|
![]() | InitializeLayout |
Initializes the layout.
|
![]() | Precalculate |
Precalculates the layout for the specified log event and stores the result
in per-log event cache.
Only if the layout doesn't have [ThreadAgnostic] and doens't contain layouts with [ThreadAgnostic].
|
![]() | Render |
Renders the event info in layout.
|
Name | Description | |
---|---|---|
![]() ![]() | (String to Layout) |
Converts a given text to a Layout.
|