 | LayoutFromLiteral Method |
Namespace:
NLog.Layouts
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic static Layout FromLiteral(
string literalText
)
Public Shared Function FromLiteral (
literalText As String
) As Layout
Dim literalText As String
Dim returnValue As Layout
returnValue = Layout.FromLiteral(literalText)
static member FromLiteral :
literalText : string -> Layout
Parameters
- literalText
- Type: SystemString
Return Value
Type:
Layout
See Also