features/logger/ui/logs_list/utils/log_helper library
Functions
-
getIconAndColor(
DiagnosticLevel level, BuildContext context) → ({Color color, IconData icon}) - Retrieves the corresponding IconData and Color based on the given DiagnosticLevel.
-
stringifiedLog(
dynamic object) → String? -
Converts the given
objectinto its string representation.