Skip to content

Commit

Permalink
logger: simplify logging code
Browse files Browse the repository at this point in the history
Adding a new type of log entry required updating code in a bunch of
places. Now we use callbacks in the entry structure instead, cutting
down the code and some awkwardness. Should also make it easier for
plugins/extra systems to add log entries.

Moving the writer/parsers to their own section makes the actual logging
code easier to follow, as an added bonus.
  • Loading branch information
dormando committed Aug 9, 2021
1 parent d63db64 commit d0fe0d5
Show file tree
Hide file tree
Showing 2 changed files with 256 additions and 311 deletions.

0 comments on commit d0fe0d5

Please sign in to comment.