Demo for log streams. More...
#include <iostream>#include <string>#include <ecl/threads/thread.hpp>#include <ecl/streams/log_stream.hpp>
Go to the source code of this file.
| Namespaces | |
| namespace | ecl | 
| namespace | ecl::demos | 
| Enumerations | |
| enum | ecl::demos::LogModes { ecl::demos::Warning, ecl::demos::Error, ecl::demos::Debug } | 
| Functions | |
| void | ecl::demos::enableModes (LogStream &log_stream) | 
| void | ecl::demos::f () | 
| int | main (int argc, char **argv) | 
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 71 of file log_streams.cpp.