Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(logging): replace NullLogger with ConsoleLogger for verbose …
…output This commit enhances the logging mechanism by introducing ConsoleLogger for verbose output in the AppServiceProvider. The change allows for more detailed logging in the console while maintaining the option to use a NullLogger for non-verbose environments. The implementation ensures compatibility with existing configurations by only using ConsoleLogger when the current logger is not a NullLogger. - Added ConsoleLogger import to the AppServiceProvider - Modified the logger extension to conditionally return a ConsoleLogger - Preserves existing behavior for non-console or non-verbose contexts
- Loading branch information