fCraft.LogRecorder.LogRecorder C# (CSharp) Method

LogRecorder() public method

Creates a recorder for errors and warnings.
public LogRecorder ( ) : System
return System
        public LogRecorder()
            : this(true, LogType.Error, LogType.Warning)
        {
        }

Same methods

LogRecorder::LogRecorder ( bool restrictToThisThread ) : System