Method | Description | |
---|---|---|
Load ( Stream stream ) : |
Creates an new instance by loading the specified stream.
|
|
Load ( TextReader reader ) : |
Creates an new instance by loading the specified reader.
|
|
Load ( XmlReader reader ) : |
Creates an new instance by loading the specified reader.
|
|
Load ( string xml ) : |
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 ( |
Saves this instance the specified writer.
|
|
Save ( |
Saves this instance the specified writer.
|
|
ToString ( ) : string |
|
public static Load ( Stream stream ) : |
||
stream | Stream | The |
return |
public static Load ( TextReader reader ) : |
||
reader | TextReader | The reader to load the instance from. |
return |
public static Load ( XmlReader reader ) : |
||
reader | XmlReader | The reader to load the instance from. |
return |
public static Load ( string xml ) : |
||
xml | string | The XML string representing this instance. |
return |
public Populate ( LogEventInfo logEventInfo ) : void | ||
logEventInfo | LogEventInfo | The log event info. |
return | void |
public Save ( Stream stream ) : void | ||
stream | Stream | The |
return | void |
public Save ( |
||
writer | The |
|
return | void |
public Save ( |
||
writer | The |
|
return | void |