 | SimpleLayoutEvaluate Method (String) |
Evaluates the specified text by expanding all layout renderers
in new
LogEventInfo context.
Namespace:
NLog.Layouts
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic static string Evaluate(
string text
)
Public Shared Function Evaluate (
text As String
) As String
Dim text As String
Dim returnValue As String
returnValue = SimpleLayout.Evaluate(text)
static member Evaluate :
text : string -> string
Parameters
- text
- Type: SystemString
The text to be evaluated.
Return Value
Type:
StringThe input text with all occurrences of ${} replaced with
values provided by the appropriate layout renderers.
See Also