C# 클래스 DroidExplorer.Bootstrapper.Logger

파일 보기 프로젝트 열기: camalot/droidexplorer

공개 메소드들

메소드 설명
LogDebug ( Type type, IFormatProvider provider, string format ) : void

Logs the debug.

LogDebug ( Type type, string message ) : void

Logs the debug.

LogDebug ( Type type, string message, Exception ex ) : void

Logs the debug.

LogDebug ( this obj, IFormatProvider provider, string format ) : void

Logs the debug message.

LogDebug ( this obj, string message ) : void

Logs the debug message.

LogDebug ( this obj, string message, Exception ex ) : void

Logs the debug message.

LogError ( Type type, IFormatProvider provider, string format ) : void

Logs the error.

LogError ( Type type, string message ) : void

Logs the error.

LogError ( Type type, string message, Exception ex ) : void

Logs the error.

LogError ( this obj, IFormatProvider provider, string format ) : void

Logs the error message.

LogError ( this obj, string message ) : void

Logs the error message.

LogError ( this obj, string message, Exception ex ) : void

Logs the error message.

LogFatal ( Type type, IFormatProvider provider, string format ) : void

Logs the fatal message.

LogFatal ( Type type, string message ) : void

Logs the fatal message.

LogFatal ( Type type, string message, Exception ex ) : void

Logs the fatal message.

LogFatal ( this obj, IFormatProvider provider, string format ) : void

Logs the fatal message.

LogFatal ( this obj, string message ) : void

Logs the fatal message.

LogFatal ( this obj, string message, Exception ex ) : void

Logs the fatal message.

LogInfo ( Type type, IFormatProvider provider, string format ) : void

Logs the info.

LogInfo ( Type type, string message ) : void

Logs the info.

LogInfo ( Type type, string message, Exception ex ) : void

Logs the info.

LogInfo ( this obj, IFormatProvider provider, string format ) : void

Logs the info message.

LogInfo ( this obj, string message ) : void

Logs the info message.

LogInfo ( this obj, string message, Exception ex ) : void

Logs the info message.

LogWarning ( Type type, IFormatProvider provider, string format ) : void

Logs the warning.

LogWarning ( Type type, string message ) : void

Logs the warning.

LogWarning ( Type type, string message, Exception ex ) : void

Logs the warning.

LogWarning ( this obj, IFormatProvider provider, string format ) : void

Logs the warning message.

LogWarning ( this obj, string message ) : void

Logs the warning message.

LogWarning ( this obj, string message, Exception ex ) : void

Logs the warning message.

비공개 메소드들

메소드 설명
Logger ( ) : System

Initializes the Logger class.

메소드 상세

LogDebug() 공개 정적인 메소드

Logs the debug.
public static LogDebug ( Type type, IFormatProvider provider, string format ) : void
type System.Type The type.
provider IFormatProvider The provider.
format string The format.
리턴 void

LogDebug() 공개 정적인 메소드

Logs the debug.
public static LogDebug ( Type type, string message ) : void
type System.Type The type.
message string The message.
리턴 void

LogDebug() 공개 정적인 메소드

Logs the debug.
public static LogDebug ( Type type, string message, Exception ex ) : void
type System.Type The type.
message string The message.
ex System.Exception The ex.
리턴 void

LogDebug() 공개 정적인 메소드

Logs the debug message.
public static LogDebug ( this obj, IFormatProvider provider, string format ) : void
obj this The obj.
provider IFormatProvider The provider.
format string The format.
리턴 void

LogDebug() 공개 정적인 메소드

Logs the debug message.
public static LogDebug ( this obj, string message ) : void
obj this The obj.
message string The message.
리턴 void

LogDebug() 공개 정적인 메소드

Logs the debug message.
public static LogDebug ( this obj, string message, Exception ex ) : void
obj this The obj.
message string The message.
ex System.Exception The ex.
리턴 void

LogError() 공개 정적인 메소드

Logs the error.
public static LogError ( Type type, IFormatProvider provider, string format ) : void
type System.Type The type.
provider IFormatProvider The provider.
format string The format.
리턴 void

LogError() 공개 정적인 메소드

Logs the error.
public static LogError ( Type type, string message ) : void
type System.Type The type.
message string The message.
리턴 void

LogError() 공개 정적인 메소드

Logs the error.
public static LogError ( Type type, string message, Exception ex ) : void
type System.Type The type.
message string The message.
ex System.Exception The ex.
리턴 void

LogError() 공개 정적인 메소드

Logs the error message.
public static LogError ( this obj, IFormatProvider provider, string format ) : void
obj this The obj.
provider IFormatProvider The provider.
format string The format.
리턴 void

LogError() 공개 정적인 메소드

Logs the error message.
public static LogError ( this obj, string message ) : void
obj this The obj.
message string The message.
리턴 void

LogError() 공개 정적인 메소드

Logs the error message.
public static LogError ( this obj, string message, Exception ex ) : void
obj this The obj.
message string The message.
ex System.Exception The ex.
리턴 void

LogFatal() 공개 정적인 메소드

Logs the fatal message.
public static LogFatal ( Type type, IFormatProvider provider, string format ) : void
type System.Type The type.
provider IFormatProvider The provider.
format string The format.
리턴 void

LogFatal() 공개 정적인 메소드

Logs the fatal message.
public static LogFatal ( Type type, string message ) : void
type System.Type The type.
message string The message.
리턴 void

LogFatal() 공개 정적인 메소드

Logs the fatal message.
public static LogFatal ( Type type, string message, Exception ex ) : void
type System.Type The type.
message string The message.
ex System.Exception The ex.
리턴 void

LogFatal() 공개 정적인 메소드

Logs the fatal message.
public static LogFatal ( this obj, IFormatProvider provider, string format ) : void
obj this The obj.
provider IFormatProvider The provider.
format string The format.
리턴 void

LogFatal() 공개 정적인 메소드

Logs the fatal message.
public static LogFatal ( this obj, string message ) : void
obj this The obj.
message string The message.
리턴 void

LogFatal() 공개 정적인 메소드

Logs the fatal message.
public static LogFatal ( this obj, string message, Exception ex ) : void
obj this The obj.
message string The message.
ex System.Exception The ex.
리턴 void

LogInfo() 공개 정적인 메소드

Logs the info.
public static LogInfo ( Type type, IFormatProvider provider, string format ) : void
type System.Type The type.
provider IFormatProvider The provider.
format string The format.
리턴 void

LogInfo() 공개 정적인 메소드

Logs the info.
public static LogInfo ( Type type, string message ) : void
type System.Type The type.
message string The message.
리턴 void

LogInfo() 공개 정적인 메소드

Logs the info.
public static LogInfo ( Type type, string message, Exception ex ) : void
type System.Type The type.
message string The message.
ex System.Exception The ex.
리턴 void

LogInfo() 공개 정적인 메소드

Logs the info message.
public static LogInfo ( this obj, IFormatProvider provider, string format ) : void
obj this The obj.
provider IFormatProvider The provider.
format string The format.
리턴 void

LogInfo() 공개 정적인 메소드

Logs the info message.
public static LogInfo ( this obj, string message ) : void
obj this The obj.
message string The message.
리턴 void

LogInfo() 공개 정적인 메소드

Logs the info message.
public static LogInfo ( this obj, string message, Exception ex ) : void
obj this The obj.
message string The message.
ex System.Exception The ex.
리턴 void

LogWarning() 공개 정적인 메소드

Logs the warning.
public static LogWarning ( Type type, IFormatProvider provider, string format ) : void
type System.Type The type.
provider IFormatProvider The provider.
format string The format.
리턴 void

LogWarning() 공개 정적인 메소드

Logs the warning.
public static LogWarning ( Type type, string message ) : void
type System.Type The type.
message string The message.
리턴 void

LogWarning() 공개 정적인 메소드

Logs the warning.
public static LogWarning ( Type type, string message, Exception ex ) : void
type System.Type The type.
message string The message.
ex System.Exception The ex.
리턴 void

LogWarning() 공개 정적인 메소드

Logs the warning message.
public static LogWarning ( this obj, IFormatProvider provider, string format ) : void
obj this The obj.
provider IFormatProvider The provider.
format string The format.
리턴 void

LogWarning() 공개 정적인 메소드

Logs the warning message.
public static LogWarning ( this obj, string message ) : void
obj this The obj.
message string The message.
리턴 void

LogWarning() 공개 정적인 메소드

Logs the warning message.
public static LogWarning ( this obj, string message, Exception ex ) : void
obj this The obj.
message string The message.
ex System.Exception The ex.
리턴 void