logger

package
v1.8.2 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Overview

Package logger is a convenience wrapper package for using logrus in O² Control.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Log

type Log struct {
	logrus.Entry
}

func New

func New(baseLogger *logrus.Logger, defaultPrefix string) *Log

func (*Log) WithPrefix

func (logger *Log) WithPrefix(prefix string) *logrus.Entry

type SafeLogrusWriter added in v0.58.0

type SafeLogrusWriter struct {
	Entry     *logrus.Entry
	PrintFunc func(...interface{})
	// contains filtered or unexported fields
}

func (*SafeLogrusWriter) Flush added in v0.58.0

func (w *SafeLogrusWriter) Flush()

func (*SafeLogrusWriter) Write added in v0.58.0

func (w *SafeLogrusWriter) Write(b []byte) (int, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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