Skip to content

Commit

Permalink
Add LOG_NONE demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergiusTheBest committed Aug 9, 2017
1 parent e1de726 commit 29b3f89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/Demo/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ int main()
LOG_WARNING << "This is a WARNING message";
LOG_ERROR << "This is an ERROR message";
LOG_FATAL << "This is a FATAL message";
LOG_NONE << "This is a NONE message";

// Integers demo.
LOG_INFO << "This is a bool: " << std::boolalpha << true;
Expand Down

0 comments on commit 29b3f89

Please sign in to comment.