| 28 | } |
| 29 | |
| 30 | void SDR::Log::SetMessageColorFunction(LogFunctionColorType func) |
| 31 | { |
| 32 | MessageColorImpl = func; |
| 33 | } |
| 34 | |
| 35 | void SDR::Log::SetWarningFunction(LogFunctionType func) |
| 36 | { |
nothing calls this directly
no outgoing calls
no test coverage detected