| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
The thread specific stringstream objects on the stack need to be
deleted, not just pop()ed.
Fixes ArcticaProject/nx-libs#573 (partially)
|
|
|
|
| |
DO NOT USE!
|
|
|
|
|
| |
Prevents race conditions caused by signal handlers while flushing out
our log queue.
|
|
|
|
|
|
|
|
| |
This has one drawback: after flushing log data to its underlying output,
a new NXLogStamp object MUST be written to the NXLog object in order to
create a new entry within the stack.
This can be changed if necessary. For now I'd like to keep it as-is.
|
| |
|
| |
|
|
|
|
|
| |
This is to ensure the log output is the same as previous releases,
which didn't have INFO defined by default.
|
|
Features:
* Works without ifdefs
* Configurable with commandline arguments
* Log level configurable per file
* Thread safe
|