C# Класс NLog.Targets.Syslog.MessageCreation.Rfc5424

Наследование: MessageBuilder
Показать файл Открыть проект

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

Метод Описание
Rfc5424 ( Facility facility, Rfc5424Config rfc5424Config, EnforcementConfig enforcementConfig ) : NLog.Layouts

Защищенные методы

Метод Описание
PrepareMessage ( ByteArray buffer, LogEventInfo logEvent, string pri, string logEntry ) : void

Приватные методы

Метод Описание
AppendHeaderBytes ( ByteArray buffer, string pri, LogEventInfo logEvent, EncodingSet encodings ) : void
AppendLogEntryBytes ( ByteArray buffer, string logEntry, EncodingSet encodings ) : void
AppendMsgBytes ( ByteArray buffer, string logEntry, EncodingSet encodings ) : void
AppendPreambleBytes ( ByteArray buffer, EncodingSet encodings ) : void
AppendStructuredDataBytes ( ByteArray buffer, LogEventInfo logEvent, EncodingSet encodings ) : void

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

PrepareMessage() защищенный Метод

protected PrepareMessage ( ByteArray buffer, LogEventInfo logEvent, string pri, string logEntry ) : void
buffer ByteArray
logEvent LogEventInfo
pri string
logEntry string
Результат void

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

public Rfc5424 ( Facility facility, Rfc5424Config rfc5424Config, EnforcementConfig enforcementConfig ) : NLog.Layouts
facility Facility
rfc5424Config NLog.Targets.Syslog.Settings.Rfc5424Config
enforcementConfig NLog.Targets.Syslog.Settings.EnforcementConfig
Результат NLog.Layouts