C# Class CCManager.Log

Description of Log.
Show file Open project: jglim/CCManager

Public Properties

Property Type Description
LogLevel int

Public Methods

Method Description
Error ( string dataToLog ) : void
Info ( string dataToLog ) : void
Info ( string dataToLog, int logLevel ) : void
Success ( string dataToLog ) : void
Warning ( string dataToLog ) : void

Method Details

Error() public static method

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

Info() public static method

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

Info() public static method

public static Info ( string dataToLog, int logLevel ) : void
dataToLog string
logLevel int
return void

Success() public static method

public static Success ( string dataToLog ) : void
dataToLog string
return void

Warning() public static method

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

Property Details

LogLevel public static property

public static int LogLevel
return int