Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
k8s-syslog
main
K8sSyslog
Error
K8s
Pod
Pods
Shipper
Syslog
TLS
UDP
Built with Crystal 1.9.2
2023-10-08 10:24:07 UTC
class
K8sSyslog::Syslog::TLS
K8sSyslog::Syslog::TLS
K8sSyslog::Syslog
Reference
Object
Defined in:
k8s-syslog/syslog.cr
Constructors
.new
(host, port : Int32)
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
]