C# Class LogicSpawn.GTARPG.Core.RPGLog

Afficher le fichier Open project: logicspawn/GTARPG Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
L ( string s, bool raw = false ) : void

Method Details

Clear() public static méthode

public static Clear ( ) : void
Résultat void

Log() public static méthode

public static Log ( Exception ex ) : void
ex System.Exception
Résultat void

Log() public static méthode

public static Log ( string log ) : void
log string
Résultat void

LogError() public static méthode

public static LogError ( Exception ex ) : void
ex System.Exception
Résultat void

LogError() public static méthode

public static LogError ( string error ) : void
error string
Résultat void

LogRaw() public static méthode

public static LogRaw ( string text ) : void
text string
Résultat void