//
pkg.gl
Category
github.com/siderolabs/talemu
internal
pkg
machine
logging
package
1.8.0-alpha.1
Repository:
https://github.com/siderolabs/talemu.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
13
Dependents
3
Files
286 SLOC
#
Functions
NewLogSender
NewLogSender returns log sender that sends logs in JSON over TCP (newline-delimited) or UDP (one message per packet).
NewZapCore
NewZapCore creates a new zap core.
#
Structs
LogEvent
LogEvent represents a log message to be send.
LogSender
LogSender writes zap logs to the remote destination.
ZapCore
ZapCore wrapper for forwarding log events to the siderolink logs endpoint.