examples/strings/ofLogExample/README.md
This example demonstrates how to log things on different levels. You can differentiate between these levels:
OF_LOG_VERBOSEOF_LOG_NOTICEOF_LOG_WARNINGOF_LOG_ERROROF_LOG_FATAL_ERROROF_LOG_SILENTYou will learn how to..
ofSetLogLevel(..)ofLog(..) or via different log level functions like ofLogVerbose(..)ofLogToFile(..) or ofLogToConsole(..)When launching this app, you should see a screen with instructions. The logging is printed to the console by default but can be changed to be added to a file.
Instructions for use:
x to toggle verbose logf to switch between file or console outputThis Example uses the following classes: