| 141 | } |
| 142 | |
| 143 | void appendSessionCommandToLog(const String &command) { |
| 144 | if (command.isEmpty()) return; |
| 145 | appendSessionLog("\n[CLIENT] " + command + "\n"); |
| 146 | } |
| 147 | |
| 148 | void startSessionLog(ClientProtocol protocol) { |
| 149 | withClientLock([&]() { |
no test coverage detected