C# Class AdvancedLauncher.UI.Windows.Logger

Inheritance: AbstractWindowControl
Show file Open project: GoldRenard/DMOAdvancedLauncher

Private Properties

Property Type Description
ConvertLevel LogLevel
GetNewIndex int
IsApplicable bool?
LogAppender_CollectionChanged void

Public Methods

Method Description
AddEntry ( log4net.Core.LoggingEvent logEvent ) : void
AddFilteredEntry ( log4net.Core.LoggingEvent logEvent ) : void
Logger ( ) : System
OnShow ( ) : void

Private Methods

Method Description
ConvertLevel ( log4net.Core.Level logLevel ) : LogLevel
GetNewIndex ( Key key ) : int
IsApplicable ( log4net.Core.LoggingEvent logEvent ) : bool?
LogAppender_CollectionChanged ( object sender, System e ) : void

Method Details

AddEntry() public method

public AddEntry ( log4net.Core.LoggingEvent logEvent ) : void
logEvent log4net.Core.LoggingEvent
return void

AddFilteredEntry() public method

public AddFilteredEntry ( log4net.Core.LoggingEvent logEvent ) : void
logEvent log4net.Core.LoggingEvent
return void

Logger() public method

public Logger ( ) : System
return System

OnShow() public method

public OnShow ( ) : void
return void