logs

package
v0.8.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 5, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogAggregator

type LogAggregator struct {
	Out           io.Writer
	AppName       string
	ShowTimestamp bool
}

func NewAggregator

func NewAggregator(out io.Writer, appName string) *LogAggregator

func (*LogAggregator) GetWriter

func (a *LogAggregator) GetWriter(source LogSource) io.Writer

func (*LogAggregator) WriteSource

func (a *LogAggregator) WriteSource(source LogSource, p []byte) (n int, err error)

type LogSource

type LogSource string
const (
	SourceApp    LogSource = "APP"
	SourceAudit  LogSource = "AUDIT"
	SourceWAF    LogSource = "WAF"
	SourceDaemon LogSource = "DAEMON"
)

type SourceWriter

type SourceWriter struct {
	// contains filtered or unexported fields
}

SourceWriter implements io.Writer for a specific source

func (*SourceWriter) Write

func (sw *SourceWriter) Write(p []byte) (n int, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL