Click or drag to resize

SetupExtensionsBuilderExtensionsRegisterLayoutRenderer Method

Overload List
  NameDescription
Public methodStatic memberRegisterLayoutRenderer(ISetupExtensionsBuilder, FuncLayoutRenderer)
Register a custom NLog LayoutRenderer with a callback function
Public methodStatic memberRegisterLayoutRendererT(ISetupExtensionsBuilder, String)
Register a custom NLog LayoutRenderer.
Public methodStatic memberRegisterLayoutRenderer(ISetupExtensionsBuilder, String, FuncLogEventInfo, LoggingConfiguration, Object)
Register a custom NLog LayoutRenderer with a callback function layoutMethod. The callback receives the logEvent and the current configuration.
Public methodStatic memberRegisterLayoutRenderer(ISetupExtensionsBuilder, String, FuncLogEventInfo, Object)
Register a custom NLog LayoutRenderer with a callback function layoutMethod. The callback receives the logEvent.
Public methodStatic memberRegisterLayoutRenderer(ISetupExtensionsBuilder, String, Type)
Register a custom NLog LayoutRenderer.
Public methodStatic memberRegisterLayoutRendererT(ISetupExtensionsBuilder, FuncT, String)
Register a custom NLog LayoutRenderer.
Public methodStatic memberRegisterLayoutRenderer(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.
Public methodStatic memberRegisterLayoutRenderer(ISetupExtensionsBuilder, String, FuncLogEventInfo, Object, LayoutRenderOptions)
Register a custom NLog LayoutRenderer with a callback function layoutMethod. The callback receives the logEvent.
Top
See Also