SetupExtensionsBuilderExtensionsRegisterLayoutRenderer Method |
| Name | Description | |
|---|---|---|
| RegisterLayoutRenderer(ISetupExtensionsBuilder, FuncLayoutRenderer) |
Register a custom NLog LayoutRenderer with a callback function
| |
| RegisterLayoutRendererT(ISetupExtensionsBuilder, String) |
Register a custom NLog LayoutRenderer.
| |
| RegisterLayoutRenderer(ISetupExtensionsBuilder, String, FuncLogEventInfo, LoggingConfiguration, Object) |
Register a custom NLog LayoutRenderer with a callback function layoutMethod. The callback receives the logEvent and the current configuration.
| |
| RegisterLayoutRenderer(ISetupExtensionsBuilder, String, FuncLogEventInfo, Object) |
Register a custom NLog LayoutRenderer with a callback function layoutMethod. The callback receives the logEvent.
| |
| RegisterLayoutRenderer(ISetupExtensionsBuilder, String, Type) |
Register a custom NLog LayoutRenderer.
| |
| RegisterLayoutRendererT(ISetupExtensionsBuilder, FuncT, String) |
Register a custom NLog LayoutRenderer.
| |
| RegisterLayoutRenderer(ISetupExtensionsBuilder, String, FuncLogEventInfo, LoggingConfiguration, Object, LayoutRenderOptions) |
Register a custom NLog LayoutRenderer with a callback function layoutMethod. The callback receives the logEvent and the current configuration.
| |
| RegisterLayoutRenderer(ISetupExtensionsBuilder, String, FuncLogEventInfo, Object, LayoutRenderOptions) |
Register a custom NLog LayoutRenderer with a callback function layoutMethod. The callback receives the logEvent.
|