Registry / logging / nuclio-logger

nuclio-logger

JSON →
library0.0.1gogounverified

A logging package for Nuclio serverless functions.

go get github.com/nuclio/logger
INSTALL
IMPORT
SIG · NUCLIO-LOGGER
N
nuclio-logger
logginggov0.0.1
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.

logger
github.com/nuclio/logger

Creates a new logger instance and logs an info message.

package main import ( "github.com/nuclio/logger" ) func main() { log, err := logger.New("myapp") if err != nil { panic(err) } log.Info("Hello, world!") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
Amazon
1
Resources
nuclio-logger — go get nuclio-logger · libregistry