Skip to content

Commit

Permalink
Add JLogger::SetTag() temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwbrei committed Dec 15, 2024
1 parent 28eefb2 commit 50e393b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libraries/JANA/JLogger.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ struct JLogger {
void ShowLevel(bool show) {show_level = show; }
void ShowTimestamp(bool show) {show_timestamp = show; }
void ShowThreadstamp(bool show) {show_threadstamp = show; }

[[ deprecated("Use SetGroup() instead")]]
void SetTag(std::string tag) {this->group = tag; }
};


Expand Down

0 comments on commit 50e393b

Please sign in to comment.