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

SimpleLayout() private method

private SimpleLayout ( LayoutRenderer renderers, string text, ConfigurationItemFactory configurationItemFactory ) : System.Collections.Generic
renderers NLog.LayoutRenderers.LayoutRenderer
text string
configurationItemFactory NLog.Config.ConfigurationItemFactory
return System.Collections.Generic
        internal SimpleLayout(LayoutRenderer[] renderers, string text, ConfigurationItemFactory configurationItemFactory)
        {
            this.configurationItemFactory = configurationItemFactory;
            this.SetRenderers(renderers, text);
        }

Same methods

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