Skip to content

Commit

Permalink
jout/jerr also provided via JStreamLog
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwbrei committed Dec 14, 2024
1 parent 6097b10 commit 28eefb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/libraries/JANA/Compatibility/JStreamLog.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
#include <string>
#include "JStreamLogBuffer.h"

#include <JANA/JLogger.h>
// Quick-and-dirty cyclic dependency to ensure that jout/jerr are
// provided regardless of whether JLogger.h or JStreamLog.h is included

/// JStreamLog provides an interface for for writing messages
/// in a way that buffers them by thread to prevent multiple
/// threads from simultaneously writing to the screen (via
Expand Down

0 comments on commit 28eefb2

Please sign in to comment.