C# Class Avalon.Utility.Debugging.Logger

Show file Open project: mabinogidev/mabinogi-development

Public Properties

Property Type Description
LogWriter System.IO.TextWriter

Public Methods

Method Description
Log ( LogLevel level, string module, string format ) : void

Method Details

Log() public static method

public static Log ( LogLevel level, string module, string format ) : void
level LogLevel
module string
format string
return void

Property Details

LogWriter public static property

public static TextWriter,System.IO LogWriter
return System.IO.TextWriter