colorful_log_plus library

Support for doing something awesome.

More dartdocs go here.

Enums

LogColor
ANSI color codes for terminal text formatting.
LogIconType
Emoji icons to prefix log messages for visual categorization.

Functions

debugLog({Type? type, String tag = 'Debugger', String message = "No Message", LogIconType iconType = LogIconType.info, LogColor color = LogColor.reset, LogColor tagColor = LogColor.reset, Object? error, StackTrace? stackTrace, bool showLogAddress = false}) → void
A utility for logging debug messages with customizable colors, icons, and context.