log

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Example
package main

import (
	"simonwaldherr.de/go/golibs/log"
)

func main() {
	log.Info.Println("1")
	log.Warning.Println("2")
	log.Error.Println("3")
	log.Fatal.Println("4")
}
Output:

Index

Examples

Constants

This section is empty.

Variables

View Source
var (
	Info    *log.Logger
	Warning *log.Logger
	Error   *log.Logger
	Fatal   *log.Logger
)

Functions

func Change

func Change(infoHandle, warningHandle, errorHandle, fatalHandle io.Writer,
	infoFlag, warningFlag, errorFlag, fatalFlat int)

Types

This section is empty.

Jump to

Keyboard shortcuts

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