NLog.LogFactory.LogFactory C# (CSharp) Method

LogFactory() public method

Initializes a new instance of the LogFactory class.
public LogFactory ( ) : System
return System
        public LogFactory()
        {
#if !NET_CF && !SILVERLIGHT
            this.watcher = new MultiFileWatcher();
            this.watcher.OnChange += this.ConfigFileChanged;
#endif
        }

Same methods

LogFactory::LogFactory ( LoggingConfiguration config ) : System