loggerlevel

package
v0.0.0-...-ac0b3eb Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Code generated from Pkl module `appConfig.pkl`. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LoggerLevel

type LoggerLevel string
const (
	DEBUG    LoggerLevel = "DEBUG"
	INFO     LoggerLevel = "INFO"
	WARN     LoggerLevel = "WARN"
	ERROR    LoggerLevel = "ERROR"
	FATAL    LoggerLevel = "FATAL"
	PANIC    LoggerLevel = "PANIC"
	Disabled LoggerLevel = "Disabled"
	TRACE    LoggerLevel = "TRACE"
)

func (LoggerLevel) String

func (rcv LoggerLevel) String() string

String returns the string representation of LoggerLevel

func (*LoggerLevel) UnmarshalBinary

func (rcv *LoggerLevel) UnmarshalBinary(data []byte) error

UnmarshalBinary implements encoding.BinaryUnmarshaler for LoggerLevel.

Jump to

Keyboard shortcuts

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