Skip to content

Commit 33b319a

Browse files
committed
Refactor: Replace print statements with Logger for consistent logging
- Updated all print statements to use the Logger instance. - Ensured that verbose logging is handled through the logger for better control. - Improved error handling and log messaging with appropriate log levels (debug, info, warning, error).
1 parent ea6b738 commit 33b319a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/router_os_client.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import 'dart:async'; // For asynchronous programming and Future, Stream, Complet
22
import 'dart:convert'; // For encoding and decoding UTF-8 strings
33
import 'dart:io'; // For working with files, sockets, and other I/O
44

5-
import 'package:flutter/foundation.dart';
65
import 'package:logger/logger.dart'; // For Flutter-specific utilities like debugPrint
76

87
// The RouterOSClient class handles the connection to a RouterOS device via a socket.

0 commit comments

Comments
 (0)