C# Class Abstractions.Logging.LibraryLogging

Afficher le fichier Open project: MutonUfoAI/pgina

Méthodes publiques

Méthode Description
AddListener ( Level level, MessageHandler handler ) : void
Debug ( string message ) : void
Error ( string message ) : void
Info ( string message ) : void
RemoveListener ( Level level, MessageHandler handler ) : void
Warn ( string message ) : void

Method Details

AddListener() public static méthode

public static AddListener ( Level level, MessageHandler handler ) : void
level Level
handler MessageHandler
Résultat void

Debug() public static méthode

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

Error() public static méthode

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

Info() public static méthode

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

RemoveListener() public static méthode

public static RemoveListener ( Level level, MessageHandler handler ) : void
level Level
handler MessageHandler
Résultat void

Warn() public static méthode

public static Warn ( string message ) : void
message string
Résultat void