logger

package
v1.43.0 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2025 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
Package infologger provides InfoLogger protocol implementation for integration with the ALICE InfoLogger logging system.
Package infologger provides InfoLogger protocol implementation for integration with the ALICE InfoLogger logging system.

Jump to

Keyboard shortcuts

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