C# Class Tac.Logging

Afficher le fichier Open project: KSP-RO/TacLifeSupport Class Usage Examples

Méthodes publiques

Méthode Description
Log ( string context, string message ) : void
Log ( this obj, string message ) : void
LogError ( string context, string message ) : void
LogError ( this obj, string message ) : void
LogWarning ( string context, string message ) : void
LogWarning ( this obj, string message ) : void

Method Details

Log() public static méthode

public static Log ( string context, string message ) : void
context string
message string
Résultat void

Log() public static méthode

public static Log ( this obj, string message ) : void
obj this
message string
Résultat void

LogError() public static méthode

public static LogError ( string context, string message ) : void
context string
message string
Résultat void

LogError() public static méthode

public static LogError ( this obj, string message ) : void
obj this
message string
Résultat void

LogWarning() public static méthode

public static LogWarning ( string context, string message ) : void
context string
message string
Résultat void

LogWarning() public static méthode

public static LogWarning ( this obj, string message ) : void
obj this
message string
Résultat void