| 2632 | |
| 2633 | #if ELPP_ASYNC_LOGGING |
| 2634 | inline base::AsyncLogQueue* asyncLogQueue(void) const { |
| 2635 | return m_asyncLogQueue; |
| 2636 | } |
| 2637 | #endif // ELPP_ASYNC_LOGGING |
| 2638 | |
| 2639 | inline const base::utils::CommandLineArgs* commandLineArgs(void) const { |
no outgoing calls
no test coverage detected