socketDebugMode static method
void
socketDebugMode()
Enable socket debugging specifically
Implementation
static void socketDebugMode() {
enableProductionLogs = true;
minimumLevel = LogLevel.debug;
enabledTags = {'socket', 'connection', 'lifecycle', 'error'};
}