메소드 | 설명 | |
---|---|---|
CountingAppender ( ) : log4net.Appender |
Initializes a new instance of the CountingAppender class.
|
|
ResetCounter ( ) : void |
Reset the counter to zero
|
메소드 | 설명 | |
---|---|---|
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. |
리턴 | void |