C# Class TrafficManager.Log

显示文件 Open project: Katalyst6/CSL.TransitAddonMod

Public Methods

Method Description
Error ( string s ) : void
Info ( string s ) : void
Warning ( string s ) : void
_Debug ( string s ) : void

Private Methods

Method Description
Log ( ) : System
LogToFile ( string log, LogLevel level ) : void

Method Details

Error() public static method

public static Error ( string s ) : void
s string
return void

Info() public static method

public static Info ( string s ) : void
s string
return void

Warning() public static method

public static Warning ( string s ) : void
s string
return void

_Debug() public static method

public static _Debug ( string s ) : void
s string
return void