C# Класс Catel.Logging.LogExtensions

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DebugAndStatus ( this log ) : void

Writes an empty line as debug and status message.

DebugAndStatus ( this log, string messageFormat ) : void

Writes the specified message as debug and status message.

ErrorAndStatus ( this log ) : void

Writes an empty line as error and status message.

ErrorAndStatus ( this log, string messageFormat ) : void

Writes the specified message as error and status message.

InfoAndStatus ( this log ) : void

Writes an empty line as info and status message.

InfoAndStatus ( this log, string messageFormat ) : void

Writes the specified message as info and status message.

Status ( this log ) : void

Writes an empty line as status message.

Status ( this log, string messageFormat ) : void

Writes the specified message as status message.

WarningAndStatus ( this log ) : void

Writes an empty line as warning and status message.

WarningAndStatus ( this log, string messageFormat ) : void

Writes the specified message as warning and status message.

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

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

Writes an empty line as debug and status message.
public static DebugAndStatus ( this log ) : void
log this The log.
Результат void

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

Writes the specified message as debug and status message.
public static DebugAndStatus ( this log, string messageFormat ) : void
log this The log.
messageFormat string The message format.
Результат void

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

Writes an empty line as error and status message.
public static ErrorAndStatus ( this log ) : void
log this The log.
Результат void

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

Writes the specified message as error and status message.
public static ErrorAndStatus ( this log, string messageFormat ) : void
log this The log.
messageFormat string The message format.
Результат void

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

Writes an empty line as info and status message.
public static InfoAndStatus ( this log ) : void
log this The log.
Результат void

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

Writes the specified message as info and status message.
public static InfoAndStatus ( this log, string messageFormat ) : void
log this The log.
messageFormat string The message format.
Результат void

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

Writes an empty line as status message.
public static Status ( this log ) : void
log this The log.
Результат void

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

Writes the specified message as status message.
public static Status ( this log, string messageFormat ) : void
log this The log.
messageFormat string The message format.
Результат void

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

Writes an empty line as warning and status message.
public static WarningAndStatus ( this log ) : void
log this The log.
Результат void

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

Writes the specified message as warning and status message.
public static WarningAndStatus ( this log, string messageFormat ) : void
log this The log.
messageFormat string The message format.
Результат void