Steffen Vogel
|
b6219e9163
|
Apply clang-format changes
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
|
2024-02-28 02:36:38 +01:00 |
|
Steffen Vogel
|
bf00c840cb
|
Harmonize file descriptions and mail addresses
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
|
2024-02-28 02:36:38 +01:00 |
|
Steffen Vogel
|
e08dee2dda
|
Make project REUSE compliant
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
|
2024-02-28 02:36:38 +01:00 |
|
Steffen Vogel
|
a6f89dceb5
|
Harmonize comment and code-style
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
|
2024-02-28 02:36:38 +01:00 |
|
Steffen Vogel
|
375a76461c
|
log: fix configuration of log formatter and level
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
|
2024-02-28 02:36:38 +01:00 |
|
Steffen Vogel
|
5569eb67e2
|
use C++ instead of C comment style
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
|
2024-02-28 02:36:38 +01:00 |
|
Steffen Vogel
|
dba9b444c6
|
log: allow adding additional sinks
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
|
2024-02-28 02:36:38 +01:00 |
|
|
425eb561e2
|
update Steffens mail address
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
|
2024-02-28 02:36:38 +01:00 |
|
|
eb96afc2ec
|
code cleanups
- Use C++ style comments
- Harmonize indentions
- Harmonize comment capitalization
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
|
2024-02-28 02:36:38 +01:00 |
|
|
e6e4818c0b
|
update to Fedora to version 35
|
2024-02-28 02:36:38 +01:00 |
|
|
53e62a6cfc
|
relicense under Apache 2.0
|
2024-02-28 02:36:38 +01:00 |
|
|
f1fd77651c
|
updated mail address
|
2024-02-28 02:36:38 +01:00 |
|
|
3d83e71838
|
update copyright year
|
2024-02-28 02:36:38 +01:00 |
|
|
d22855d16c
|
log: improve compatability
|
2024-02-28 02:36:38 +01:00 |
|
|
07d3783035
|
log: fix prefix
|
2024-02-28 02:36:38 +01:00 |
|
|
541c7901fc
|
log: improve readability of log outputs
|
2024-02-28 02:36:38 +01:00 |
|
|
02dbb48fbc
|
log: fix unsupported flag on musl-libc / alpine
|
2024-02-28 02:36:38 +01:00 |
|
|
d617568b6a
|
log: add support for glob style logger expressions
|
2024-02-28 02:36:38 +01:00 |
|
|
6062610a63
|
update copyright year
|
2024-02-28 02:36:38 +01:00 |
|
|
3a47bfa870
|
drop legacy logger
|
2024-02-28 02:36:38 +01:00 |
|
|
43ce62946b
|
log: fix adjustment of log level and format for sinks
|
2024-02-28 02:36:38 +01:00 |
|
|
9dd5f200f4
|
list: rework lookup methods to use C++ templates
|
2024-02-28 02:36:38 +01:00 |
|
|
34b7ae66db
|
log: add preproc #if/#else to handle ABI incompatabilities in spdlog
|
2024-02-28 02:36:38 +01:00 |
|
|
0c0ee33dde
|
fix includes and spdlog API
|
2024-02-28 02:36:38 +01:00 |
|
|
e90431aa98
|
more refactoring to C++
|
2024-02-28 02:36:38 +01:00 |
|
|
6779eaf02a
|
update copyright year to 2020
|
2024-02-28 02:36:38 +01:00 |
|
|
f24c9ead04
|
fix Log::getLevelName()
|
2024-02-28 02:36:38 +01:00 |
|
|
73cb4f8512
|
use C++ compiler
|
2024-02-28 02:35:37 +01:00 |
|
|
63a5b25f57
|
log: throw appropriate exceptions if parsing of logging configuration fails
|
2024-02-28 02:35:37 +01:00 |
|
|
ae5b066e4a
|
log: be strict when parsing logging configuration
|
2024-02-28 02:35:37 +01:00 |
|
|
77418a8994
|
refactor: use C-style commenting everywhere
|
2024-02-28 02:35:37 +01:00 |
|
|
7b44b16236
|
log: fix broken log pattern
|
2024-02-28 02:35:37 +01:00 |
|
|
79605afb93
|
log: remove static logger instances
|
2024-02-28 02:35:37 +01:00 |
|
|
e5da0e46f1
|
update copyright year to 2019
|
2024-02-28 02:35:37 +01:00 |
|
|
b39daa5c59
|
fix logging
|
2024-02-28 02:35:37 +01:00 |
|
|
213e04d851
|
log: add Log::getLevelName()
|
2024-02-28 02:35:36 +01:00 |
|
|
c990e8697d
|
do not throw dynamically allocated exceptions
|
2024-02-28 02:35:36 +01:00 |
|
|
1e301aaa1a
|
refactor: use of auto
|
2024-02-28 02:35:36 +01:00 |
|
|
d33be2ffc7
|
log: fix intialization of log level and pattern
|
2024-02-28 02:35:36 +01:00 |
|
|
f4e46f58f5
|
log: add Log::setPattern()
|
2024-02-28 02:35:36 +01:00 |
|
|
ef2dc97c0d
|
log: add getter for log level
|
2024-02-28 02:35:36 +01:00 |
|
|
d6aef7bdd0
|
log: throw exception for unknown log levels
|
2024-02-28 02:35:36 +01:00 |
|
|
5e147da376
|
rewrite logging system with spdlog
|
2024-02-28 02:35:36 +01:00 |
|