C# Класс IInteractive.Projects.Logging.LogWriterHelper

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

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

Метод Описание
Error ( this writer, object message, Exception exception ) : void
Write ( this writer, object message, string category, int priority, Exception exception ) : void

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

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

public static Error ( this writer, object message, Exception exception ) : void
writer this
message object
exception System.Exception
Результат void

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

public static Write ( this writer, object message, string category, int priority, Exception exception ) : void
writer this
message object
category string
priority int
exception System.Exception
Результат void