class K8sSyslog::Syslog::UDP

Defined in:

k8s-syslog/syslog.cr

Constructors

Instance methods inherited from class K8sSyslog::Syslog

print(line : String) : Nil print

Constructor methods inherited from class K8sSyslog::Syslog

new(io : IO) new

Class methods inherited from class K8sSyslog::Syslog

line(pod, container, message, ts = Time.utc, severity = :info) : String line

Constructor Detail

def self.new(host, port : Int32) #

[View source]