BoC.Logging.LogContext.LogContext C# (CSharp) Method

LogContext() public method

public LogContext ( string name ) : System
name string
return System
        public LogContext(string name)
        {
            Name = name;
            _previous = Current;
            Current = this;
        }