NLog.Layouts.SimpleLayout.SimpleLayout C# (CSharp) 메소드

SimpleLayout() 공개 메소드

Initializes a new instance of the SimpleLayout class.
public SimpleLayout ( ) : System.Collections.Generic
리턴 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