Categorygithub.com/AndrewHarrisSPU/logf
repositorypackage
0.1.2
Repository: https://github.com/andrewharrisspu/logf.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

logf

Go Reference

Current status

Core functionality seems complete.

API is still being explored. Particularly:

  • Some nuances with expanding namespacing, Groups, and LogValuers are subtle - the behavior needs to feel right, is evolving.
  • Context and slog integration should be straightforward but hasn't been expiremented with much.

What's where

filestuff
alias.goaliases to slog stuff, as well as borrowed std lib code
attrs.goprocuring and munging attrs
config.goconfiguration, from New
encoder.goTTY encoding logic
fmt.gopackage-level formatting functions
handler.goHandler
interpolate.gosplicer interpolation routines
logger.goLogger
splicer.gosplicer lifecycle and writing routines
styles.goTTY styling gadgets
tty.gothe TTY device
demogo run-able TTY demos
testlogtesting gadgets