C# Class LogicSpawn.GTARPG.Core.RPGLog

Datei anzeigen Open project: logicspawn/GTARPG Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
Log ( Exception ex ) : void
Log ( string log ) : void
LogError ( Exception ex ) : void
LogError ( string error ) : void
LogRaw ( string text ) : void

Private Methods

Method Description
L ( string s, bool raw = false ) : void

Method Details

Clear() public static method

public static Clear ( ) : void
return void

Log() public static method

public static Log ( Exception ex ) : void
ex System.Exception
return void

Log() public static method

public static Log ( string log ) : void
log string
return void

LogError() public static method

public static LogError ( Exception ex ) : void
ex System.Exception
return void

LogError() public static method

public static LogError ( string error ) : void
error string
return void

LogRaw() public static method

public static LogRaw ( string text ) : void
text string
return void