NLog.Layouts.SimpleLayout.SimpleLayout C# (CSharp) Method

SimpleLayout() public method

Initializes a new instance of the SimpleLayout class.
public SimpleLayout ( string txt ) : System.Collections.Generic
txt string The layout string to parse.
return System.Collections.Generic
        public SimpleLayout(string txt)
            : this(txt, ConfigurationItemFactory.Default)
        {
        }

Same methods

SimpleLayout::SimpleLayout ( ) : System.Collections.Generic
SimpleLayout::SimpleLayout ( LayoutRenderer renderers, string text, ConfigurationItemFactory configurationItemFactory ) : System.Collections.Generic
SimpleLayout::SimpleLayout ( string txt, ConfigurationItemFactory configurationItemFactory ) : System.Collections.Generic