🚀 Launch Week Day 5:Introducing Immutable Scans.Learn More →
Socket
Book a DemoInstallSign in
Socket

justanother.org/l5424

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

justanother.org/l5424

Go Modules
Version
v1.1.0
Version published
Created
Source

l5424

GoDoc

Go Report Card

l5424 is a collection of RFC5424 compliant logging interfaces and loggers.

The point of this repo is to show several possible ways of implementing RFC5424 compliant loggers.

The Go Language is extremely fragmented in how it addresses logging. The goal of this project is to try to start discussion regarding some form of standardized logging in Go.

During the course of this project it's come to my attention that a #logging channel exists in the current Gopher's slack for the purpose of standardizing logging in Go (which was a partial goal for this project, yay!).

Having read through the different proposals outlined in Proposal: Add Logging interface to standard library I've come to the conclusion that my original implementations of RFC5424 loggers being based purely on the RFC were naive (at best) and have abandoned my original implementations. They can be found in the legacy branch of this repo but will not be directly maintained (in the very unlikely event someone chooses to use them I will welcome any bug fixes (if there are bugs) but that is all that will be accepted for the legacy loggers).

Only one interface is provided and that is the one described in the above mentioned proposals.

If you're reading this you are encouraged to play with the interface and loggers as well as read the above proposals and the existing RFC5424 standard.

FAQs

Package last updated on 06 Oct 2018

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