@brief Returns command line arguments (pointer) provided to easylogging++
| 3787 | } |
| 3788 | /// @brief Returns command line arguments (pointer) provided to easylogging++ |
| 3789 | static inline const el::base::utils::CommandLineArgs* commandLineArgs(void) { |
| 3790 | return ELPP->commandLineArgs(); |
| 3791 | } |
| 3792 | /// @brief Installs user defined format specifier and handler |
| 3793 | static inline void installCustomFormatSpecifier(const CustomFormatSpecifier& customFormatSpecifier) { |
| 3794 | ELPP->installCustomFormatSpecifier(customFormatSpecifier); |
nothing calls this directly
no test coverage detected