bump to v0.11

This commit is contained in:
Johann Dreo 2023-01-18 22:36:54 +01:00
commit 5c68a0251f
140 changed files with 2576 additions and 2287 deletions

View file

@ -190,7 +190,8 @@ Available tags are:
- `{level_letter}`: the first letter of the current log level,
- `{file}`: the current file (absolute path),
- `{func}`: the current function,
- `{line}`: the current line number.
- `{line}`: the current line number,
- `{level_fmt}`: the format of the current level (i.e. configured with `clutchlog::style`).
Some tags are only available on POSIX operating systems as of now:
- `{name}`: the name of the current binary,