C# Класс Serenity.Log

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

Private Properties

Свойство Тип Описание
Log Serenity.Abstractions
RandomFileCode string
Write void

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

Метод Описание
Debug ( string message ) : void
Debug ( string message, Exception exception, Type source ) : void
Debug ( string message, Type source ) : void
Error ( string message ) : void
Error ( string message, Exception exception, Type source ) : void
Error ( string message, Type source ) : void
Fatal ( string message ) : void
Fatal ( string message, Exception exception, Type source ) : void
Fatal ( string message, Type source ) : void
Info ( string message ) : void
Info ( string message, Exception exception, Type source ) : void
Info ( string message, Type source ) : void
IsLevelEnabled ( LoggingLevel level ) : bool
Verbose ( string message ) : void
Verbose ( string message, Exception exception, Type source ) : void
Verbose ( string message, Type source ) : void
Warn ( string message ) : void
Warn ( string message, Exception exception, Type source ) : void
Warn ( string message, Type source ) : void

Приватные методы

Метод Описание
Log ( ) : Serenity.Abstractions
RandomFileCode ( ) : string
Write ( LoggingLevel level, string message, Exception exception, Type source ) : void

Описание методов

Debug() публичный статический Метод

public static Debug ( string message ) : void
message string
Результат void

Debug() публичный статический Метод

public static Debug ( string message, Exception exception, Type source ) : void
message string
exception System.Exception
source System.Type
Результат void

Debug() публичный статический Метод

public static Debug ( string message, Type source ) : void
message string
source System.Type
Результат void

Error() публичный статический Метод

public static Error ( string message ) : void
message string
Результат void

Error() публичный статический Метод

public static Error ( string message, Exception exception, Type source ) : void
message string
exception System.Exception
source System.Type
Результат void

Error() публичный статический Метод

public static Error ( string message, Type source ) : void
message string
source System.Type
Результат void

Fatal() публичный статический Метод

public static Fatal ( string message ) : void
message string
Результат void

Fatal() публичный статический Метод

public static Fatal ( string message, Exception exception, Type source ) : void
message string
exception System.Exception
source System.Type
Результат void

Fatal() публичный статический Метод

public static Fatal ( string message, Type source ) : void
message string
source System.Type
Результат void

Info() публичный статический Метод

public static Info ( string message ) : void
message string
Результат void

Info() публичный статический Метод

public static Info ( string message, Exception exception, Type source ) : void
message string
exception System.Exception
source System.Type
Результат void

Info() публичный статический Метод

public static Info ( string message, Type source ) : void
message string
source System.Type
Результат void

IsLevelEnabled() публичный статический Метод

public static IsLevelEnabled ( LoggingLevel level ) : bool
level LoggingLevel
Результат bool

Verbose() публичный статический Метод

public static Verbose ( string message ) : void
message string
Результат void

Verbose() публичный статический Метод

public static Verbose ( string message, Exception exception, Type source ) : void
message string
exception System.Exception
source System.Type
Результат void

Verbose() публичный статический Метод

public static Verbose ( string message, Type source ) : void
message string
source System.Type
Результат void

Warn() публичный статический Метод

public static Warn ( string message ) : void
message string
Результат void

Warn() публичный статический Метод

public static Warn ( string message, Exception exception, Type source ) : void
message string
exception System.Exception
source System.Type
Результат void

Warn() публичный статический Метод

public static Warn ( string message, Type source ) : void
message string
source System.Type
Результат void