You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the Ruckusing_Util_Logger is not PSR compatible it's impossible to reuse existing loggers that will in all likelihood be compatible with that standard.
All methods that accept a Ruckusing_Util_Logger should also be typehinted with LoggerInterface instead so that projects may more easily reuse existing loggers.
The text was updated successfully, but these errors were encountered:
The
Ruckusing_Util_Logger
is not PSR compatible ( see https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md ). It'slog
method should accept a log level as the first argument and the message as the second argument.Because the
Ruckusing_Util_Logger
is not PSR compatible it's impossible to reuse existing loggers that will in all likelihood be compatible with that standard.All methods that accept a
Ruckusing_Util_Logger
should also be typehinted withLoggerInterface
instead so that projects may more easily reuse existing loggers.The text was updated successfully, but these errors were encountered: