Last active
November 10, 2020 18:32
-
-
Save mwilsoncoding/ffdd83503ed3e34d5e7d6ee43e8f090b to your computer and use it in GitHub Desktop.
Revisions
-
mwilsoncoding revised this gist
Nov 10, 2020 . 1 changed file with 6 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,14 +1,15 @@ diff --git a/lib/log.cpp b/lib/log.cpp index 9fa576e..0ae6107 100644 --- a/lib/log.cpp +++ b/lib/log.cpp @@ -26,8 +26,8 @@ namespace utsushi { -log::priority log::threshold = log::FATAL; -log::category log::matching = log::NOTHING; +log::priority log::threshold = log::DEBUG; +log::category log::matching = log::ALL; template<> std::basic_ostream< char >& -
mwilsoncoding revised this gist
Nov 10, 2020 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,4 +10,5 @@ index 186d638..0ae6107 100644 +log::priority log::threshold = log::DEBUG; log::category log::matching = log::ALL; template<>
-
mwilsoncoding revised this gist
Nov 10, 2020 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,5 +10,4 @@ index 186d638..0ae6107 100644 +log::priority log::threshold = log::DEBUG; log::category log::matching = log::ALL; template<> -
mwilsoncoding revised this gist
Nov 10, 2020 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,4 +10,5 @@ index 186d638..0ae6107 100644 +log::priority log::threshold = log::DEBUG; log::category log::matching = log::ALL; template<>
-
mwilsoncoding created this gist
Nov 10, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ diff --git a/lib/log.cpp b/lib/log.cpp index 186d638..0ae6107 100644 --- a/lib/log.cpp +++ b/lib/log.cpp @@ -26,7 +26,7 @@ namespace utsushi { -log::priority log::threshold = log::BRIEF; +log::priority log::threshold = log::DEBUG; log::category log::matching = log::ALL; template<>