Axiom.Core.Log.Log C# (CSharp) Method

Log() public method

Constructor. Creates a log file that also logs debug output.
public Log ( string fileName ) : System
fileName string Name of the log file to open.
return System
		public Log( string fileName )
			: this( fileName, true )
		{
		}

Same methods

Log::Log ( string fileName, bool debugOutput ) : System