gologconsole

package module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2025 License: MIT Imports: 7 Imported by: 0

README

glogconsole

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConsoleAdapter

type ConsoleAdapter interface {
	golog.Adapter
}

func NewConsoleAdapter

func NewConsoleAdapter(cfg *ConsoleConfig) ConsoleAdapter

NewConsoleAdapter returns new ConsoleAdapter

func NewDefaultConsoleAdapter

func NewDefaultConsoleAdapter() ConsoleAdapter

NewDefaultConsoleAdapter returns new ConsoleAdapter with default config

func NewDefaultConsoleAdapterWithLevel

func NewDefaultConsoleAdapterWithLevel(level golog.Level) ConsoleAdapter

NewDefaultConsoleAdapterWithLevel returns new ConsoleAdapter with default config and target level

type ConsoleColorConfig

type ConsoleColorConfig struct {
	TimestampColor *string
	MessageColor   *string

	LevelColors map[golog.Level]string
}

ConsoleColorConfig colors config

type ConsoleConfig

type ConsoleConfig struct {
	Enable bool

	Level  golog.Level
	Colors *ConsoleColorConfig
}

ConsoleConfig core config for adapter

Jump to

Keyboard shortcuts

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