Method | Description | |
---|---|---|
Assert ( string message ) : void | ||
Debug ( string message ) : void | ||
DeleteLogUntil ( LogLevel loglevel, string beginsWith ) : bool | ||
DeleteTestUntil ( string beginsWith ) : bool | ||
Error ( string message ) : void | ||
Info ( string message ) : void | ||
MockLogger ( ) : System | ||
Reset ( ) : void | ||
Test ( string message ) : void | ||
ToString ( ) : string | ||
Verbose ( string message ) : void | ||
Warn ( string message ) : void |
Method | Description | |
---|---|---|
Check ( string message ) : void | ||
DeleteLevelUntil ( int logLevel, string beginsWith ) : bool | ||
LogMessage ( string message, int logLevelInt, string logLevelString, object parameters ) : void | ||
LoggingLevel ( LogLevel logLevel, string message, object parameters ) : void |
public DeleteLogUntil ( LogLevel loglevel, string beginsWith ) : bool | ||
loglevel | LogLevel | |
beginsWith | string | |
return | bool |
public DeleteTestUntil ( string beginsWith ) : bool | ||
beginsWith | string | |
return | bool |