struct

SyslogData

Inherits Struct < Value < Object

Constants

EMPTY = ""

Constructors

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)
Source

Instance methods

body
Source
body=(body : String)
Source
facility
Source
facility=(facility : String)
Source
host
Source
host=(host : String)
Source
ingestion_time
Source
ingestion_time=(ingestion_time : String)
Source
log_local_time
Source
log_local_time=(log_local_time : String)
Source
proc_id
Source
proc_id=(proc_id : String)
Source
severity
Source
severity=(severity : String)
Source
suid
Source
suid=(suid : String)
Source
tag=(tag : String)
Source