C# Class Winium.StoreApps.Driver.Logger

Mostrar archivo Open project: NetlifeBackupSolutions/Winium.StoreApps.CodedUi

Public Methods

Method 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 method

public static Debug ( [ message ) : void
message [
return void

Error() public static method

public static Error ( [ message ) : void
message [
return void

Fatal() public static method

public static Fatal ( [ message ) : void
message [
return void

Info() public static method

public static Info ( [ message ) : void
message [
return void

TargetConsole() public static method

public static TargetConsole ( bool verbose ) : void
verbose bool
return void

TargetFile() public static method

public static TargetFile ( string fileName, bool verbose ) : void
fileName string
verbose bool
return void

Trace() public static method

public static Trace ( [ message ) : void
message [
return void

Warn() public static method

public static Warn ( [ message ) : void
message [
return void