Bailey Chittle

Results 18 comments of Bailey Chittle

My issue was the opposite: text was not visible until I hovered over it. This was because bootstrap was overriding the \ tag, specifically at the line a:not([href]). A hacky...

I think that adding json support is overkill, as one could achieve a similar level of structured logging with a format like logfmt using the pattern matching already built into...

since the PR has never been made and the issue still exists, I made my own PR that fixes the issue as mentioned.

build is failing due to lack of C++17 support, I think due to my custom string_view usage. Will try integrating with the built-in string_view_t and see if I can revert...

I was wondering, for further comment, how we should go about printing key-value pairs? Currently I am using a logfmt-esque approach as the default, but perhaps the user can specify...

I didn't get any comment so I chose to do pattern formatting using a start/stop flag to signify a repeating pattern, and key/value flags to signify where the key and...

No problem! It is being used for business purposes so it will be maintained while we still need the features.

Ok so attributes can be part of the logger instead of the log message? Well either way it will have to be passed to the log_msg object at some point,...

I made a attribute stack of sorts so that context can be pushed/pulled when required. This can allow nested context, which would be nice for something like a stack trace....