core/logger/logger library
Classes
- AmwalLogger
- Legacy AmwalLogger class - now integrated with Logar.
- CustomLogCollector
- Custom log collector for other services
- FirebaseCrashlyticsCollector
- Firebase Crashlytics log collector implementation
- Logar
- Centralized logging utility - Logar
- LogarConfig
- Configuration for Logar
- LogarInjector
- Dependency injection setup and configuration manager for the Logar logging system.
- LogarMigrationHelper
- Migration helper to replace existing print() and debugPrint() calls
- LogCollector
- Abstract interface for external log collectors
- LogEntry
- Log entry data structure
Extensions
- LogarMigrationExtensions on Object?
- Extension methods for easier migration
Typedefs
- AmwalLoggerFunction = void Function(dynamic error, StackTrace? stackTrace)
- Function type for custom error logging implementations.