C# Class RelicLogging.ConsoleHandler

Inheritance: ILogHandler
Afficher le fichier Open project: jurney/P4Backup

Méthodes publiques

Méthode Description
BeginBatch ( ) : void
EndBatch ( ) : void
HandleLog ( MessageType messageType, string message ) : void

Method Details

BeginBatch() public méthode

public BeginBatch ( ) : void
Résultat void

EndBatch() public méthode

public EndBatch ( ) : void
Résultat void

HandleLog() public méthode

public HandleLog ( MessageType messageType, string message ) : void
messageType MessageType
message string
Résultat void