NLog.LayoutRenderers.LayoutRenderer.ISupportsInitialize C# (CSharp) Method

ISupportsInitialize() private method

Closes this instance.
private ISupportsInitialize ( ) : void
return void
        void ISupportsInitialize.Close()
        {
            this.Close();
        }

Same methods

LayoutRenderer::ISupportsInitialize ( LoggingConfiguration configuration ) : void