Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/dusted-go/logging

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/dusted-go/logging

  • v1.3.0
  • Source
  • Go
  • Socket score

Version published
Created
Source

Logging

A collection of log/slog integrations.

prettylog

Prettylog is a log/slog handler for pretty console output, designed to be used during development time only.

Example:

prettyHandler := prettylog.NewHandler(&slog.HandlerOptions{
    Level:       slog.LevelInfo,
    AddSource:   false,
    ReplaceAttr: nil,
})
logger := slog.New(prettyHandler)

stackdriver

The stackdriver.Handler is a log/slog handler which will output log messages in the Google Cloud Logging format. It has support for traces, a http middleware which can be used to issue request scoped loggers (with attached request information) and has a WithLogger and GetLogger helper function to store/retrieve a logger from a context.Context object (this is used inside the middleware).

FAQs

Package last updated on 05 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc