| 105 | } |
| 106 | |
| 107 | void OsirisProxy::LogOsirisError(std::string const & msg) |
| 108 | { |
| 109 | LogOsirisMsg("{E} " + msg); |
| 110 | } |
| 111 | |
| 112 | void OsirisProxy::LogOsirisWarning(std::string const & msg) |
| 113 | { |
nothing calls this directly
no outgoing calls
no test coverage detected