Registry / logging / containerssh-log

containerssh-log

JSON →
library1.1.6gogounverified

Provides logging utilities for ContainerSSH, an SSH server for containers, supporting structured and leveled logging.

go get github.com/containerssh/log
INSTALL
IMPORT
SIG · CONTAINERSSH-LOG
C
containerssh-log
logginggov1.1.6
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/containerssh/log

Creates a logger and logs an info message.

package main import ( "github.com/containerssh/log" ) func main() { logger := log.NewLogger(log.Config{Level: log.LevelInfo}) logger.Info("Hello, ContainerSSH!") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
30
Resources
containerssh-log — go get containerssh-log · libregistry