Method | Description | |
---|---|---|
CountingAppender ( ) : log4net.Appender |
Initializes a new instance of the CountingAppender class.
|
|
ResetCounter ( ) : void |
Reset the counter to zero
|
Method | Description | |
---|---|---|
Append ( log4net.Core.LoggingEvent logEvent ) : void |
Registers how many times the method has been called.
|
protected Append ( log4net.Core.LoggingEvent logEvent ) : void | ||
logEvent | log4net.Core.LoggingEvent | The logging event. |
return | void |
public CountingAppender ( ) : log4net.Appender | ||
return | log4net.Appender |