0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Dec 12, 2024 — Dec 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add --prefix to install doc More... over 3 years ago
Reduce warnings in later Vala versions More... over 5 years ago
Convert from CMake to Meson (#5) More... almost 8 years ago
Merge pull request #4 from steveno/master More... almost 8 years ago
Add LICENSE file More... about 8 years ago
Claim an Apache license. More... about 9 years ago
Add formatter method to README More... about 9 years ago
Bump version to 0.2 as the API has changed More... about 9 years ago
Change API to provide levelf loggers for formatting, and move _format methods to compat interface. More... about 9 years ago
Ignore .idea More... about 9 years ago
Add travis CI More... about 9 years ago
Merge pull request #3 from dbreslau/RefactorPatternDateFormatting More... about 9 years ago
Merge pull request #2 from dbreslau/FixDateFormatting More... over 9 years ago
"in_pattern" is now set to true in *every* case block, so I refactored the code to avoid the need for setting it at all. I believe this did not introduce any new bugs, but I haven't tested it thoroughly. More... over 9 years ago
Fixed two issues with date formatting: 1) The case body for '%d' didn't set in_pattern = false, which meant that the pattern_sb buffer had an extra %s in it at the start of the next pattern, which meant that that pattern might be doubled. For example, with the sample format string More... over 9 years ago
Remove compile warning for unhandled RegexError More... about 10 years ago
Add _format logger methods to allow for printf-style varargs in a message. Example: warn_format("a message for %s", "git"); More... about 10 years ago
Correct typo More... about 10 years ago
Get logger using an object, optionally guess the class name More... about 11 years ago
Error thrown on append could be IOError or ConnectionError, but we just need to report it either way. More... over 11 years ago
Protocol to lower More... over 11 years ago
UDP support More... over 11 years ago
Get Perl out of my head. More... over 11 years ago
Add SocketAppender for sending log messages to a TCP socket More... over 11 years ago
Add async logging methods More... over 11 years ago
Rename SimpleLayout to DescriptiveLayout, and make SimpleLayout like log4j. Give a new appender a SimpleLayout by default. More... over 11 years ago
Return logger early More... over 11 years ago
Add some docs More... over 11 years ago
Add PatternLayout to logging. More... over 11 years ago
Provide way to add/remove appenders and loggers from the config More... over 11 years ago