Method | Description | |
---|---|---|
ActivateOptions ( ) : void |
Activates the use of options for the converter allowing the underlying PatternLayout implmentation to behave correctly
|
|
Format ( |
Formats data within the event and writes the formatted data out to the provided writer instance
|
|
SyslogLayout ( ) : System |
Instantiates a new instance of SyslogLayout
|
public Format ( |
||
writer | writer to output the formatted data to | |
logEvent | log4net.Core.LoggingEvent | logging event data to use |
return | void |