struct SyslogData

Defined in:

processor.cr

Constant Summary

EMPTY = ""

Constructors

Instance Method Summary

Constructor Detail

def self.new(facility : String = EMPTY, severity : String = EMPTY, log_local_time : String = EMPTY, host : String = EMPTY, tag : String = EMPTY, body : String = EMPTY, suid : String = EMPTY, ingestion_time : String = EMPTY, proc_id : String = EMPTY) #

[View source]

Instance Method Detail

def body : String #

[View source]
def body=(body : String) #

[View source]
def facility : String #

[View source]
def facility=(facility : String) #

[View source]
def host : String #

[View source]
def host=(host : String) #

[View source]
def ingestion_time : String #

[View source]
def ingestion_time=(ingestion_time : String) #

[View source]
def log_local_time : String #

[View source]
def log_local_time=(log_local_time : String) #

[View source]
def proc_id : String #

[View source]
def proc_id=(proc_id : String) #

[View source]
def severity : String #

[View source]
def severity=(severity : String) #

[View source]
def suid : String #

[View source]
def suid=(suid : String) #

[View source]
def tag : String #

[View source]
def tag=(tag : String) #

[View source]