mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-01 23:59:43 +02:00
Update aixlog to v1.2.5
This commit is contained in:
parent
cd9f785425
commit
52af69618c
2 changed files with 9 additions and 3 deletions
|
@ -3,11 +3,11 @@
|
|||
/ _\ ( )( \/ )( ) / \ / __)
|
||||
/ \ )( ) ( / (_/\( O )( (_ \
|
||||
\_/\_/(__)(_/\_)\____/ \__/ \___/
|
||||
version 1.2.4
|
||||
version 1.2.5
|
||||
https://github.com/badaix/aixlog
|
||||
|
||||
This file is part of aixlog
|
||||
Copyright (C) 2017-2019 Johannes Pohl
|
||||
Copyright (C) 2017-2020 Johannes Pohl
|
||||
|
||||
This software may be modified and distributed under the terms
|
||||
of the MIT license. See the LICENSE file for details.
|
||||
|
@ -79,7 +79,7 @@
|
|||
#endif
|
||||
|
||||
/// Internal helper macros (exposed, but shouldn't be used directly)
|
||||
#define AIXLOG_INTERNAL__LOG_SEVERITY(SEVERITY_) std::clog << static_cast<AixLog::Severity>(SEVERITY_)
|
||||
#define AIXLOG_INTERNAL__LOG_SEVERITY(SEVERITY_) std::clog << static_cast<AixLog::Severity>(SEVERITY_) << TAG()
|
||||
#define AIXLOG_INTERNAL__LOG_SEVERITY_TAG(SEVERITY_, TAG_) std::clog << static_cast<AixLog::Severity>(SEVERITY_) << TAG(TAG_)
|
||||
|
||||
#define AIXLOG_INTERNAL__ONE_COLOR(FG_) AixLog::Color::FG_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue