Bill Somerville
|
d7eac1803d
|
Move global loggers to the global namespace
Avoiding namespace scope globals as initialization order is less well
defined.
|
2020-10-01 23:32:33 +01:00 |
|
Bill Somerville
|
fe4c2b59ee
|
Revert to narrow character logging
|
2020-09-27 16:52:19 +01:00 |
|
Bill Somerville
|
1d43ddd38b
|
Use wide character logging for efficiency as most o/p is QString
|
2020-09-26 14:56:16 +01:00 |
|
Bill Somerville
|
98997fb745
|
Basic implementation of some log sinks using the Boost log library
A sink called SYSLOG that is intended to consume all log messages.
A sink called DATALOG that is intended for data logging.
|
2020-09-24 18:55:00 +01:00 |
|
Bill Somerville
|
b420c9f6d3
|
Basic support for using the Boost log library
|
2020-09-18 21:12:53 +01:00 |
|