C# Класс csCommon.Utils.CaliburnLogging

The caliburn logging.
Наследование: ILog
Показать файл Открыть проект

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

Метод Описание
CaliburnLogging ( Type type ) : System

Initializes a new instance of the CaliburnLogging class.

Error ( Exception exception ) : void

The error.

Info ( string format ) : void

The info.

Warn ( string format ) : void

The warn.

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

Метод Описание
CreateLogMessage ( string format ) : string

The create log message.

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

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

Initializes a new instance of the CaliburnLogging class.
public CaliburnLogging ( Type type ) : System
type System.Type /// The type. ///
Результат System

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

The error.
public Error ( Exception exception ) : void
exception System.Exception /// The exception. ///
Результат void

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

The info.
public Info ( string format ) : void
format string /// The format. ///
Результат void

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

The warn.
public Warn ( string format ) : void
format string /// The format. ///
Результат void