mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-22 13:36:18 +02:00
update aixlog
This commit is contained in:
parent
72cb5a0e7e
commit
fe1b227319
3 changed files with 201 additions and 158 deletions
|
@ -157,8 +157,8 @@ int main (int argc, char **argv)
|
|||
|
||||
Log::init(
|
||||
{
|
||||
make_shared<LogSinkCout>(debugSwitch.isSet()?(LogPriority::debug):(LogPriority::info), LogSink::Type::all, debugSwitch.isSet()?"%Y-%m-%d %H-%M-%S.#ms [#prio] (#tag)":"%Y-%m-%d %H-%M-%S [#prio]"),
|
||||
make_shared<LogSinkNative>("snapclient", LogPriority::debug, LogSink::Type::special)
|
||||
make_shared<LogSinkCout>(debugSwitch.isSet()?(LogSeverity::trace):(LogSeverity::info), LogSink::Type::all, debugSwitch.isSet()?"%Y-%m-%d %H-%M-%S.#ms [#prio] (#tag)":"%Y-%m-%d %H-%M-%S [#prio]"),
|
||||
make_shared<LogSinkNative>("snapclient", LogSeverity::trace, LogSink::Type::special)
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue