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

SimpleLayout() public method

Initializes a new instance of the SimpleLayout class.
public SimpleLayout ( ) : System.Collections.Generic
return System.Collections.Generic
        public SimpleLayout()
            : this(string.Empty)
        {
        }

Same methods

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