Method | Description | |
---|---|---|
ActivateOptions ( ) : void |
Activate this appender If a Layout has not been specified then this method will create a default WmiLayout instance. |
|
Close ( ) : void |
Close this appender
|
|
DoAppend ( log4net.Core.LoggingEvent loggingEvent ) : void |
Process a LoggingEvent Uses the Layout to format the loggingEvent as an IEvent. This IEvent is then fired. |
Method | Description | |
---|---|---|
IsAsSevereAsThreshold ( log4net.Core.Level level ) : bool |
Checks if the message level is below this appender's threshold.
|
public DoAppend ( log4net.Core.LoggingEvent loggingEvent ) : void | ||
loggingEvent | log4net.Core.LoggingEvent | the |
return | void |