They should be paying attention to the lumberjack project
Posted Apr 15, 2012 2:41 UTC (Sun) by
jzbiciak (
✭ supporter ✭, #5246)
In reply to:
They should be paying attention to the lumberjack project by dlang
Parent article:
Toward more reliable logging
The fact that very few standard formats survive the selection criteria illustrates the challenge, too. Good luck!
I mentioned YAML because I've found it very lightweight for the things I've used it for, and it is very human-friendly. I didn't realize that JSON is a proper subset of YAML until I looked up some comparisons. So, JSON wins similarly in the human-friendly department, and its simpler spec makes it easier to adopt.
Simple Declarative Language looks interesting. It appears to be a modest step up from JSON, adding explicit types to containers and the ability to add attributes to the type. Sure, you can capture that in a JSON serialization by adding explicit fields, but making it a first class aspect of the syntax has a certain economy to it. I hadn't heard of SDL before today. It looks interesting. Unfortunately, the list of languages that have SDL APIs seems out of line with my usual requirements of C and Perl.
(
Log in to post comments)