 | SimpleLayout Constructor (String) |
Namespace:
NLog.Layouts
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic SimpleLayout(
string txt
)
Public Sub New (
txt As String
)
Dim txt As String
Dim instance As New SimpleLayout(txt)
new :
txt : string -> SimpleLayout
Parameters
- txt
- Type: SystemString
The layout string to parse.
See Also