Open.Core.PropertyWriter.PropertyWriter C# (CSharp) Method

PropertyWriter() public method

Constructor.
public PropertyWriter ( LogWriter writer ) : System
writer LogWriter
return System
        public PropertyWriter(LogWriter writer)
        {
            if (Script.IsNullOrUndefined(writer)) throw new Exception("[Null] Log writer not supplied.");
            this.writer = writer;
        }
        #endregion