C# Класс MyCustomLoggerAdapter, code

Наследование: ILoggerFacade
Показать файл Открыть проект

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

Метод Описание
Exception ( Exception, ex ) : void
Log ( LogEntry, entry ) : void

Logs an entry using the Enterprise Library Logging.

Log ( string message, Category, category, Priority, priority ) : void

Logs an entry using the Enterprise Library logging. For logging a Category.Exception type, it is preferred to use the EnterpriseLibraryLoggerAdapter.Exception methods."

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

Exception() публичный Метод

public Exception ( Exception, ex ) : void
ex Exception,
Результат void

Log() публичный Метод

Logs an entry using the Enterprise Library Logging.
public Log ( LogEntry, entry ) : void
entry LogEntry, the LogEntry object used to log the /// entry with Enterprise Library.
Результат void

Log() публичный Метод

Logs an entry using the Enterprise Library logging. For logging a Category.Exception type, it is preferred to use the EnterpriseLibraryLoggerAdapter.Exception methods."
public Log ( string message, Category, category, Priority, priority ) : void
message string
category Category,
priority Priority,
Результат void