C# Class TrafficManager.Log

Afficher le fichier Open project: Katalyst6/CSL.TransitAddonMod

Méthodes publiques

Méthode Description
Error ( string s ) : void
Info ( string s ) : void
Warning ( string s ) : void
_Debug ( string s ) : void

Private Methods

Méthode Description
Log ( ) : System
LogToFile ( string log, LogLevel level ) : void

Method Details

Error() public static méthode

public static Error ( string s ) : void
s string
Résultat void

Info() public static méthode

public static Info ( string s ) : void
s string
Résultat void

Warning() public static méthode

public static Warning ( string s ) : void
s string
Résultat void

_Debug() public static méthode

public static _Debug ( string s ) : void
s string
Résultat void