ghost_logger 1.1.0
ghost_logger: ^1.1.0 copied to clipboard
Can be Unseen but always there. Stealing errors before they steal your users' experience. A flexible logging utility with optional crash reporting integration.
1.1.0 #
Features #
- Added convenience logging methods:
GhostLogger.logDebug()- Debug loggingGhostLogger.logInfo()- Info loggingGhostLogger.logWarning()- Warning loggingGhostLogger.logError()- Error logging
Bug Fixes #
- Fixed color output issues in Android Studio console
- Improved color reset reliability with separate print calls
Breaking Changes #
- Removed
LoggerType.loggerenum value - Use
LoggerType.consoleinstead if you were usingLoggerType.logger
1.0.0 #
- Added colored terminal output for log levels
isDebugModenow defaults tokDebugMode- Package now depends on Flutter SDK
0.1.0 #
- Initial release