| WrapperLayoutRendererBaseTransform Method (LogEventInfo, String) |
Transforms the output of another layout.
Namespace:
NLog.LayoutRenderers.Wrappers
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax protected virtual string Transform(
LogEventInfo logEvent,
string text
)
Protected Overridable Function Transform (
logEvent As LogEventInfo,
text As String
) As String
Dim logEvent As LogEventInfo
Dim text As String
Dim returnValue As String
returnValue = Me.Transform(logEvent,
text)
abstract Transform :
logEvent : LogEventInfo *
text : string -> string
override Transform :
logEvent : LogEventInfo *
text : string -> string
Parameters
- logEvent
- Type: NLogLogEventInfo
Logging event. - text
- Type: SystemString
Output to be transform.
Return Value
Type:
StringTransformed text.
See Also