loglog

package
v0.0.0-...-4aef51c Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2018 License: Apache-2.0, Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

logger for logger

Index

Constants

This section is empty.

Variables

View Source
var Error = func(err error) {
	fmt.Fprintf(os.Stderr, "countlog encountered error: %v\n", err)
	os.Stderr.Sync()
}

Error reports error encountered in the logger itself

View Source
var Message = func(a ...interface{}) (n int, err error) {
	return 0, nil
}

Message can be set like this loglog.Message = fmt.Println

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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