helpers/jet_logger library

Classes

JetLogger
A logger utility for structured and environment-aware logging.

Extensions

StackTraceExt on StackTrace

Functions

dd(dynamic value, {String? tag, bool alwaysPrint = false}) → dynamic
dump(dynamic message, {dynamic details, String? tag, bool alwaysPrint = false, StackTrace? stackTrace}) → void
dumpTrace(StackTrace stackTrace, {String? title, bool alwaysPrint = false}) → void
Global function to dump a stack trace with human-readable format and emojis.