C# Класс NLog.Model.LogEvent

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

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

Метод Описание
Load ( Stream stream ) : LogEvent

Creates an new instance by loading the specified stream.

Load ( TextReader reader ) : LogEvent

Creates an new instance by loading the specified reader.

Load ( XmlReader reader ) : LogEvent

Creates an new instance by loading the specified reader.

Load ( string xml ) : LogEvent

Creates an new instance by loading the specified XML.

LogEvent ( ) : System

Initializes a new instance of the LogEvent class.

Populate ( LogEventInfo logEventInfo ) : void

Populates from specified LogEventInfo.

Save ( ) : string

Saves this instance to an XML string.

Save ( Stream stream ) : void

Saves this instance the specified stream.

Save ( TextWriter writer ) : void

Saves this instance the specified writer.

Save ( XmlWriter writer ) : void

Saves this instance the specified writer.

ToString ( ) : string

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

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

Creates an new instance by loading the specified stream.
public static Load ( Stream stream ) : LogEvent
stream Stream The to load the instance from.
Результат LogEvent

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

Creates an new instance by loading the specified reader.
public static Load ( TextReader reader ) : LogEvent
reader TextReader The reader to load the instance from.
Результат LogEvent

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

Creates an new instance by loading the specified reader.
public static Load ( XmlReader reader ) : LogEvent
reader XmlReader The reader to load the instance from.
Результат LogEvent

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

Creates an new instance by loading the specified XML.
public static Load ( string xml ) : LogEvent
xml string The XML string representing this instance.
Результат LogEvent

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

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

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

Populates from specified LogEventInfo.
public Populate ( LogEventInfo logEventInfo ) : void
logEventInfo LogEventInfo The log event info.
Результат void

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

Saves this instance to an XML string.
public Save ( ) : string
Результат string

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

Saves this instance the specified stream.
public Save ( Stream stream ) : void
stream Stream The to save this instance to.
Результат void

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

Saves this instance the specified writer.
public Save ( TextWriter writer ) : void
writer System.IO.TextWriter The to save this instance to.
Результат void

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

Saves this instance the specified writer.
public Save ( XmlWriter writer ) : void
writer System.Xml.XmlWriter The to save this instance to.
Результат void

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

public ToString ( ) : string
Результат string