C# Class Whitelog.Core.Loggers.String.StringAppenders.Console.SubmitConsoleLogEntry.SyncSubmitConsoleLogEntry

Inheritance: ISubmitConsoleLogEntry
Show file Open project: ronenbarak/Whitelog

Public Methods

Method Description
AddLogEntry ( string text, ColorLine colorLine ) : void
WaitForIdle ( ) : void

Method Details

AddLogEntry() public method

public AddLogEntry ( string text, ColorLine colorLine ) : void
text string
colorLine ColorLine
return void

WaitForIdle() public method

public WaitForIdle ( ) : void
return void