C# Class Winium.StoreApps.Driver.Logger

Afficher le fichier Open project: NetlifeBackupSolutions/Winium.StoreApps.CodedUi

Méthodes publiques

Méthode Description
Debug ( [ message ) : void
Error ( [ message ) : void
Fatal ( [ message ) : void
Info ( [ message ) : void
TargetConsole ( bool verbose ) : void
TargetFile ( string fileName, bool verbose ) : void
Trace ( [ message ) : void
Warn ( [ message ) : void

Method Details

Debug() public static méthode

public static Debug ( [ message ) : void
message [
Résultat void

Error() public static méthode

public static Error ( [ message ) : void
message [
Résultat void

Fatal() public static méthode

public static Fatal ( [ message ) : void
message [
Résultat void

Info() public static méthode

public static Info ( [ message ) : void
message [
Résultat void

TargetConsole() public static méthode

public static TargetConsole ( bool verbose ) : void
verbose bool
Résultat void

TargetFile() public static méthode

public static TargetFile ( string fileName, bool verbose ) : void
fileName string
verbose bool
Résultat void

Trace() public static méthode

public static Trace ( [ message ) : void
message [
Résultat void

Warn() public static méthode

public static Warn ( [ message ) : void
message [
Résultat void