log

package
v0.0.0-...-d60d63d Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2024 License: GPL-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package with loggers for flame engine log.

Index

Constants

This section is empty.

Variables

View Source
var (
	Inf *log.Logger = log.New(flamelog.InfWriter, "Mural: ", 0)
	Err *log.Logger = log.New(flamelog.ErrWriter, "Mural Error: ", 0)
	Dbg *log.Logger = log.New(flamelog.DbgWriter, "Mural Debug: ", 0)
	Cli *log.Logger = log.New(flamelog.InfWriter, "Mural CLI: ", 0)
)

Functions

func PrintStdOut

func PrintStdOut(print bool)

PrintStdOut enables/disables printing log messages on the standard out.

Types

This section is empty.

Jump to

Keyboard shortcuts

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