check if logger is empty
| 66 | } |
| 67 | // check if logger is empty |
| 68 | bool EtlLogger::Empty() const |
| 69 | { |
| 70 | return hSession_ == nullptr; |
| 71 | } |
| 72 | // alias for Empty(); |
| 73 | EtlLogger::operator bool() const |
| 74 | { |
nothing calls this directly
no outgoing calls
no test coverage detected