zlpretty

package module
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2022 License: MIT Imports: 8 Imported by: 0

README

zlpretty

Forked from github.com/UnnoTed/horizontal

zlpretty is a pretty logging with focus on readability, based on the zerolog.ConsoleWriter but with some added features like json pretty printing.

zlpretty

go get -u github.com/lime008/zlpretty

package main

import (
	"os"

	"github.com/lime008/zlpretty"
	"github.com/rs/zerolog/log"
)

func main() {
	log.Logger = log.Output(zlpretty.ConsoleWriter{Out: os.Stderr})
	log.Debug().Msg("hi")
	log.Debug().Msg("hello")
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConsoleWriter

type ConsoleWriter struct {
	Out     io.Writer
	NoColor bool
}

func (ConsoleWriter) Print added in v0.0.7

func (cw ConsoleWriter) Print(c *color.Color, s string)

func (ConsoleWriter) Write

func (w ConsoleWriter) Write(p []byte) (n int, err error)

Jump to

Keyboard shortcuts

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