C# Class AdjustTest.Pcl.MockLogger

Inheritance: ILogger
Afficher le fichier Open project: adjust/windows_sdk Class Usage Examples

Méthodes publiques

Méthode 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

Private Methods

Méthode 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

Method Details

Assert() public méthode

public Assert ( string message ) : void
message string
Résultat void

Debug() public méthode

public Debug ( string message ) : void
message string
Résultat void

DeleteLogUntil() public méthode

public DeleteLogUntil ( LogLevel loglevel, string beginsWith ) : bool
loglevel LogLevel
beginsWith string
Résultat bool

DeleteTestUntil() public méthode

public DeleteTestUntil ( string beginsWith ) : bool
beginsWith string
Résultat bool

Error() public méthode

public Error ( string message ) : void
message string
Résultat void

Info() public méthode

public Info ( string message ) : void
message string
Résultat void

MockLogger() public méthode

public MockLogger ( ) : System
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

Test() public méthode

public Test ( string message ) : void
message string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Verbose() public méthode

public Verbose ( string message ) : void
message string
Résultat void

Warn() public méthode

public Warn ( string message ) : void
message string
Résultat void