C# Класс DroidExplorer.Bootstrapper.Logger

Показать файл Открыть проект

Открытые методы

Метод Описание
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