Method | Description | |
---|---|---|
ClearError ( ) : void |
Resets FatalCount and ErrorCount.
|
|
ClearWarn ( bool clearError = false ) : void |
Resets current WarnCount, and optionnaly FatalCount and ErrorCount.
|
|
ToString ( ) : string |
Gets the current message if HasWarnOrError is true, otherwise null.
|
Method | Description | |
---|---|---|
CatchLevel ( LogLevel level ) : void | ||
State ( State parent ) : System |
public ClearWarn ( bool clearError = false ) : void | ||
clearError | bool | |
return | void |