The background job interface exposes ILogger in its public API. We need to deprecate this
In some places, like the updater. It's helpful to be able to write ILogger:DEBUG instead of 2. We need to look if upstream psr would be interested to add enums for the log levels.
Current pull requests
Current remaining modules to port in server
Current remaining shipped app to port
Current issues
ILogger
in its public API. We need to deprecate thisILogger:DEBUG
instead of2
. We need to look if upstream psr would be interested to add enums for the log levels.