xlogger

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2021 License: MIT Imports: 2 Imported by: 0

README

xlogger

Dependencies

  • None

Documents

Types
  • type StdLogger interface
Variables
  • var Std *logger.Logger
Constants
  • None
Functions
  • None
Methods
  • None

Documentation

Index

Constants

This section is empty.

Variables

Std is the standard logger creates by log.New.

Functions

This section is empty.

Types

type StdLogger

type StdLogger interface {
	Print(...interface{})
	Printf(string, ...interface{})
	Println(...interface{})

	Panic(...interface{})
	Panicf(string, ...interface{})
	Panicln(...interface{})

	Fatal(...interface{})
	Fatalf(string, ...interface{})
	Fatalln(...interface{})
}

StdLogger describes how log.Logger works like, includes Print, Panic, Fatal series methods.

Jump to

Keyboard shortcuts

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