C# Class RelicLogging.ConsoleHandler

Inheritance: ILogHandler
Mostra file Open project: jurney/P4Backup

Public Methods

Method Description
BeginBatch ( ) : void
EndBatch ( ) : void
HandleLog ( MessageType messageType, string message ) : void

Method Details

BeginBatch() public method

public BeginBatch ( ) : void
return void

EndBatch() public method

public EndBatch ( ) : void
return void

HandleLog() public method

public HandleLog ( MessageType messageType, string message ) : void
messageType MessageType
message string
return void