Skip to content

Tags: iboB/jalog

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
iboB Borislav Stanimirov
- automatically set up default logger with default sink

- increase max scope label length
- merge sinklib
- simple streams: add basic flags, external take ownership, allow same stream for err
- streams only create std::ostream if needed

v0.6.0

Toggle v0.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
iboB Borislav Stanimirov
- scope: allow getting of logger from scope

- scope: return prev log level when setting level
- scope: add initial level at construction
- add Level::Lowest - alias for Level::Debug
- improve perf: skip zero-init of log char buffers
- add std::format-based logging
- stdio sink: optionally take ownership of FILE*
- printf: add flags
- latest deps

v0.5.0

Toggle v0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
iboB Borislav Stanimirov
- drop xec dependency

- fix potential race condition when logging before logger init
- allow scope expressions in log macros
- use spans instead of vectors in scopes

v0.4.5

Toggle v0.4.5's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
iboB Borislav Stanimirov
fix iOS build

v0.4.4

Toggle v0.4.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
iboB Borislav Stanimirov
- add NSLogSink

- fix async flush

v0.4.3

Toggle v0.4.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
iboB Borislav Stanimirov
- fix mingw build

- latest deps

v0.4.2

Toggle v0.4.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
iboB Borislav Stanimirov
fix potential UB when calling memcpy with nullptr

v0.4.1

Toggle v0.4.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
iboB Borislav Stanimirov
- zero-terminate scope names

- add android sink
- fix warnings
- latest deps

v0.4.0

Toggle v0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
iboB Borislav Stanimirov
- fix race when flushing AsyncLogging

- add PrintfWrap
- only optionally use mscarconv

v0.3.0

Toggle v0.3.0's commit message
- Latest deps

- Minor doc updates
- Compact copyright notice in sources
- ALIAS CMake targets
- Experimental flush of async logging