C# 클래스 Mono.UIAutomation.Services.Log

파일 보기 프로젝트 열기: mono/uia2atk

공개 메소드들

메소드 설명
Debug ( Exception e ) : void
Debug ( string message ) : void
Error ( Exception e ) : void
Error ( string message ) : void
Info ( string message ) : void
Warn ( string message ) : void

비공개 메소드들

메소드 설명
GetLogLevelString ( LogLevel level ) : string
Log ( ) : System
PrintMessage ( LogLevel level, string message, object args ) : void

메소드 상세

Debug() 공개 정적인 메소드

public static Debug ( Exception e ) : void
e System.Exception
리턴 void

Debug() 공개 정적인 메소드

public static Debug ( string message ) : void
message string
리턴 void

Error() 공개 정적인 메소드

public static Error ( Exception e ) : void
e System.Exception
리턴 void

Error() 공개 정적인 메소드

public static Error ( string message ) : void
message string
리턴 void

Info() 공개 정적인 메소드

public static Info ( string message ) : void
message string
리턴 void

Warn() 공개 정적인 메소드

public static Warn ( string message ) : void
message string
리턴 void