C# Class Mono.UIAutomation.Services.Log

Exibir arquivo Open project: mono/uia2atk

Public Methods

Method Description
Debug ( Exception e ) : void
Debug ( string message ) : void
Error ( Exception e ) : void
Error ( string message ) : void
Info ( string message ) : void
Warn ( string message ) : void

Private Methods

Method Description
GetLogLevelString ( LogLevel level ) : string
Log ( ) : System
PrintMessage ( LogLevel level, string message, object args ) : void

Method Details

Debug() public static method

public static Debug ( Exception e ) : void
e System.Exception
return void

Debug() public static method

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

Error() public static method

public static Error ( Exception e ) : void
e System.Exception
return void

Error() public static method

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

Info() public static method

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

Warn() public static method

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