|
pid-log
3.1.10
|
root namespace for pid packages. More...
Namespaces | |
| log | |
| pid::log global namespace for pid-log objects | |
Classes | |
| class | align_on |
root namespace for pid packages.
root namespace for common and general purpose packages.
| PID_LOG_PID_LOG_EXPORT pid::log::Proxy& pid::align_off | ( | pid::log::Proxy & | logger | ) |
pid::align_off all lines of the output will be NOT automatically aligned with same padding spaces.
| logger | The logger proxy to work with. |
| PID_LOG_PID_LOG_EXPORT pid::log::Proxy& pid::critical | ( | pid::log::Proxy & | logger | ) |
pid::critical write the output message as a critical error (something that cannot be repaired).
| logger | The logger proxy to work with. |
| PID_LOG_PID_LOG_EXPORT pid::log::Proxy& pid::debug | ( | pid::log::Proxy & | logger | ) |
pid::debug write the output message as a debug message.
| logger | The logger proxy to work with. |
| PID_LOG_PID_LOG_EXPORT pid::log::Proxy& pid::endl | ( | pid::log::Proxy & | logger | ) |
pid::endl insert a new without flushing the output, unlike std::endl. Padding spaces will be inserted after the new line if automatic alignment is activated (i.e. align_on was called).
| logger | The logger proxy to work with. |
| PID_LOG_PID_LOG_EXPORT pid::log::Proxy& pid::error | ( | pid::log::Proxy & | logger | ) |
pid::error write the output message as an error.
| logger | The logger proxy to work with. |
| PID_LOG_PID_LOG_EXPORT pid::log::Proxy& pid::flush | ( | pid::log::Proxy & | logger | ) |
pid::flush flush the output of a logger proxy..
| logger | The logger proxy to work with. |
| PID_LOG_PID_LOG_EXPORT pid::log::Proxy& pid::info | ( | pid::log::Proxy & | logger | ) |
pid::info write the output message as an informational message.
| logger | The logger proxy to work with. |
| PID_LOG_PID_LOG_EXPORT pid::log::Logger& pid::logger | ( | ) |
| PID_LOG_PID_LOG_EXPORT pid::log::Proxy& pid::warning | ( | pid::log::Proxy & | logger | ) |
pid::warning write the output message as a warning alert.
| logger | The logger proxy to work with. |