C# Класс FdoToolbox.Core.ETL.WithLoggingMixin

A base class that expose easily logging events
Показать файл Открыть проект

Защищенные методы

Метод Описание
ClearErrors ( ) : void

Clears the errors.

Debug ( string format ) : void

Logs a debug message

Error ( Exception exception, string format ) : void

Logs an error message

Info ( string format ) : void

Logs an information message

Notice ( string format ) : void

Logs a notice message

Warn ( string format ) : void

Logs a warn message

WithLoggingMixin ( ) : System

Initializes a new instance of the WithLoggingMixin class.

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

ClearErrors() защищенный Метод

Clears the errors.
protected ClearErrors ( ) : void
Результат void

Debug() защищенный Метод

Logs a debug message
protected Debug ( string format ) : void
format string The format.
Результат void

Error() защищенный Метод

Logs an error message
protected Error ( Exception exception, string format ) : void
exception System.Exception The exception.
format string The format.
Результат void

Info() защищенный Метод

Logs an information message
protected Info ( string format ) : void
format string The format.
Результат void

Notice() защищенный Метод

Logs a notice message
protected Notice ( string format ) : void
format string The format.
Результат void

Warn() защищенный Метод

Logs a warn message
protected Warn ( string format ) : void
format string The format.
Результат void

WithLoggingMixin() защищенный Метод

Initializes a new instance of the WithLoggingMixin class.
protected WithLoggingMixin ( ) : System
Результат System