![]() |
LogIt++
|
Demonstrates the usage of the LogIt library with various data types and scenarios. More...
#include <iostream>#include <stdexcept>#include <LogIt.hpp>#include <logit/test/loggers/file/file/file/test_log_depth_3.hpp>Go to the source code of this file.
Classes | |
| class | CustomErrorCategory |
Namespaces | |
| namespace | logit |
| The primary namespace for the LogIt++ library. | |
Enumerations | |
| enum class | COLORS { NC = -1 , BLACK , RED , GREEN , YELLOW , BLUE , MAGENTA , CYAN , WHITE } |
Functions | |
| std::ostream & | operator<< (std::ostream &os, COLORS c) |
| template<> | |
| std::string | logit::enum_to_string (COLORS value) |
| const std::error_category & | custom_error_category () |
| int | main () |
Demonstrates the usage of the LogIt library with various data types and scenarios.
Definition in file example_logit_basic.cpp.
|
strong |
| Enumerator | |
|---|---|
| NC | |
| BLACK | |
| RED | |
| GREEN | |
| YELLOW | |
| BLUE | |
| MAGENTA | |
| CYAN | |
| WHITE | |
Definition at line 12 of file example_logit_basic.cpp.
| const std::error_category & custom_error_category | ( | ) |
Definition at line 65 of file example_logit_basic.cpp.
| int main | ( | ) |
Definition at line 70 of file example_logit_basic.cpp.
| std::ostream & operator<< | ( | std::ostream & | os, |
| COLORS | c ) |
Definition at line 24 of file example_logit_basic.cpp.