| 2584 | |
| 2585 | #if ELPP_ASYNC_LOGGING |
| 2586 | inline base::AsyncLogQueue* asyncLogQueue(void) const { |
| 2587 | return m_asyncLogQueue; |
| 2588 | } |
| 2589 | #endif // ELPP_ASYNC_LOGGING |
| 2590 | |
| 2591 | inline const base::utils::CommandLineArgs* commandLineArgs(void) const { |
no outgoing calls
no test coverage detected