Registry / logging / yeqown-log

yeqown-log

JSON →
library1.3.0gogounverified

Package log provides a structured logging library with file output and daily rotation support.

go get github.com/yeqown/log
INSTALL
IMPORT
SIG · YEQOWN-LOG
Y
yeqown-log
logginggov1.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

log
github.com/yeqown/log

Configure file output and log an info message

package main import ( "github.com/yeqown/log" ) func main() { log.SetOutputFile("app.log", true) log.Info("This is an info message") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
47 hits · last 30 days
node
42
Resources
yeqown-log — go get yeqown-log · libregistry