Skip to content

Instantly share code, notes, and snippets.

@mwilsoncoding
Last active November 10, 2020 18:32
Show Gist options
  • Save mwilsoncoding/ffdd83503ed3e34d5e7d6ee43e8f090b to your computer and use it in GitHub Desktop.
Save mwilsoncoding/ffdd83503ed3e34d5e7d6ee43e8f090b to your computer and use it in GitHub Desktop.

Revisions

  1. mwilsoncoding revised this gist Nov 10, 2020. 1 changed file with 6 additions and 5 deletions.
    11 changes: 6 additions & 5 deletions log.cpp.debug-patch
    Original file line number Diff line number Diff line change
    @@ -1,14 +1,15 @@
    diff --git a/lib/log.cpp b/lib/log.cpp
    index 186d638..0ae6107 100644
    index 9fa576e..0ae6107 100644
    --- a/lib/log.cpp
    +++ b/lib/log.cpp
    @@ -26,7 +26,7 @@
    @@ -26,8 +26,8 @@

    namespace utsushi {

    -log::priority log::threshold = log::BRIEF;
    -log::priority log::threshold = log::FATAL;
    -log::category log::matching = log::NOTHING;
    +log::priority log::threshold = log::DEBUG;
    log::category log::matching = log::ALL;
    +log::category log::matching = log::ALL;

    template<>

    std::basic_ostream< char >&
  2. mwilsoncoding revised this gist Nov 10, 2020. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion log.cpp.debug-patch
    Original 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<>
    template<>

  3. mwilsoncoding revised this gist Nov 10, 2020. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions log.cpp.debug-patch
    Original 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<>

    template<>
  4. mwilsoncoding revised this gist Nov 10, 2020. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion log.cpp.debug-patch
    Original 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<>
    template<>

  5. mwilsoncoding created this gist Nov 10, 2020.
    13 changes: 13 additions & 0 deletions log.cpp.debug-patch
    Original 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<>