All Projects β†’ jedisct1 β†’ dlog

jedisct1 / dlog

Licence: BSD-2-Clause License
A super simple logger for Go. Supports stderr, logfiles, syslog and windows event log.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to dlog

webpack-log
A logger for the Webpack ecosystem
Stars: ✭ 18 (+12.5%)
Mutual labels:  log, logger
laravel-loggable
πŸŽ₯ πŸ“½ 🎞 Log your model changes in multiple ways
Stars: ✭ 58 (+262.5%)
Mutual labels:  log, logger
react-native-log-ios
React Native iOS standalone logger
Stars: ✭ 37 (+131.25%)
Mutual labels:  log, logger
ctrace-go
Canonical OpenTracing for GoLang
Stars: ✭ 12 (-25%)
Mutual labels:  log, logger
mongoose-morgan
An npm package for saving morgan log inside MongoDB
Stars: ✭ 14 (-12.5%)
Mutual labels:  log, logger
guzzle-log-middleware
A Guzzle middleware to log request and responses automatically
Stars: ✭ 61 (+281.25%)
Mutual labels:  log, logger
debug.js
Debugger of JavaScript, by JavaScript, for JavaScript
Stars: ✭ 19 (+18.75%)
Mutual labels:  log, logger
log
A simple to use log system, minimalist but with features for debugging and differentiation of messages
Stars: ✭ 21 (+31.25%)
Mutual labels:  log, logger
ptkdev-logger
πŸ¦’ Beautiful Logger for Node.js: the best alternative to the console.log statement
Stars: ✭ 117 (+631.25%)
Mutual labels:  log, logger
PoShLog
πŸ”© PoShLog is PowerShell cross-platform logging module. It allows you to log structured event data into console, file and much more places easily. It's built upon great C# logging library Serilog - https://serilog.net/
Stars: ✭ 108 (+575%)
Mutual labels:  log, logger
GoogleCloudLogging
Swift (Darwin) library for logging application events in Google Cloud.
Stars: ✭ 24 (+50%)
Mutual labels:  log, logger
logt
πŸ–₯️ A colourful logger for the browser
Stars: ✭ 35 (+118.75%)
Mutual labels:  log, logger
apollo-log
A logging extension for the Apollo GraphQL Server
Stars: ✭ 64 (+300%)
Mutual labels:  log, logger
log
PSR-3 compatible logger
Stars: ✭ 32 (+100%)
Mutual labels:  log, logger
l
Cross-platform html/io [L]ogger with simple API.
Stars: ✭ 26 (+62.5%)
Mutual labels:  log, logger
Multiplatform-Log
Kotlin Multi Platform Logger, for android an ios : Logcat & print
Stars: ✭ 49 (+206.25%)
Mutual labels:  log, logger
sprout
Golang logging library supporting log retrieval.
Stars: ✭ 85 (+431.25%)
Mutual labels:  log, logger
clue
a extremely high performance log library for android. ι«˜ζ€§θƒ½ηš„Androidζ—₯εΏ—εΊ“
Stars: ✭ 27 (+68.75%)
Mutual labels:  log, logger
missionlog
πŸš€ lightweight logging β€’ supports level based filtering and tagging β€’ weighs in at around 500 bytes
Stars: ✭ 19 (+18.75%)
Mutual labels:  log, logger
spdlog setup
spdlog setup initialization via file configuration for convenience.
Stars: ✭ 68 (+325%)
Mutual labels:  log, logger

dlog

Go's standard logger is fairly limited. As result, kazilion alternatives loggers have been written.

All of these are wonderful. They can make your logs look colorful and pretty, buffer things in complicated ways, format data for ElasticSearch, and more.

Cool, but all I wanted is something super dumb, that just exposes log.Info(), log.Error() and a couple other standard levels.

I don't need a super flexible kitchen sink. Just something super basic and trivial to use. I just want it to handle different log levels, and be able to write simple logs to stderr, to a local file, to syslog and to the Windows event log.

So, here's one more logging library for Go. The dumbest of them all. Enjoy.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].