----------------------------------------------------------------------------- Return a flag to indicate whether logging is enabled -----------------------------------------------------------------------------
| 209 | // Return a flag to indicate whether logging is enabled |
| 210 | //----------------------------------------------------------------------------- |
| 211 | bool Log::GetLoggingState |
| 212 | ( |
| 213 | ) |
| 214 | { |
| 215 | return s_dologging; |
| 216 | } |
| 217 | |
| 218 | //----------------------------------------------------------------------------- |
| 219 | // <Log::Write> |
nothing calls this directly
no outgoing calls
no test coverage detected