C# Class KMP.Log

Afficher le fichier Open project: TehGimp/KerbalMultiPlayer

Méthodes publiques

Méthode Description
Activity ( string format ) : void
Debug ( string format ) : void
Error ( string format ) : void
Info ( string format ) : void
Notice ( string format ) : void
Warning ( string format ) : void
WriteDelayedLog ( ) : void

Private Methods

Méthode Description
WriteLog ( LogLevels level, string format ) : void

Method Details

Activity() public static méthode

public static Activity ( string format ) : void
format string
Résultat void

Debug() public static méthode

public static Debug ( string format ) : void
format string
Résultat void

Error() public static méthode

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

Info() public static méthode

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

Notice() public static méthode

public static Notice ( string format ) : void
format string
Résultat void

Warning() public static méthode

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

WriteDelayedLog() public static méthode

public static WriteDelayedLog ( ) : void
Résultat void