An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 3.9% on proxy.golang.org
Top 0.7% dependent packages on proxy.golang.org
Top 0.8% dependent repos on proxy.golang.org
Top 6.8% forks on proxy.golang.org
Top 1.5% docker downloads on proxy.golang.org

proxy.golang.org : github.com/gologme/log

Package log implements a simple logging package. It defines a type, Logger, with methods for formatting output. It also has a predefined 'standard' Logger accessible through helper functions Print[f|ln], Fatal[f|ln], and Panic[f|ln], which are easier to use than creating a Logger manually. That logger writes to standard error and prints the date and time of each logged message. Every log message is output on a separate line: if the message being printed does not end in a newline, the logger will add one. The Fatal functions call os.Exit(1) after writing the log message. The Panic functions call panic after writing the log message.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/gologme/log
Keywords: go , golang , log-level , logging , logging-library
License: BSD-3-Clause
Latest release: almost 4 years ago
First release: almost 7 years ago
Namespace: github.com/gologme
Dependent packages: 55
Dependent repositories: 56
Stars: 11 on GitHub
Forks: 9 on GitHub
Docker dependents: 5
Docker downloads: 410
See more repository details: repos.ecosyste.ms
Last synced: 1 day ago

    Loading...
    Readme
    Loading...