| 77 | } |
| 78 | |
| 79 | ILoggerFormatter* CreateRtyLoggerFormatter() { |
| 80 | return new TRtyLoggerFormatter(); |
| 81 | } |
| 82 | |
| 83 | bool TRTYMessageFormater::CheckLoggingContext(TLog& /*logger*/, const TLogRecordContext& /*context*/) { |
| 84 | return true; |
no outgoing calls
no test coverage detected