When logging via java.util.logging logs are not being forwarded to slf4j implementation.
When logging via slf4j no implementation is present:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details
This is inconsistent as one can now easily log in Enso code via slf4j and it respects existing LS log configs.
When logging via
java.util.logging
logs are not being forwarded to slf4j implementation. When logging viaslf4j
no implementation is present:This is inconsistent as one can now easily log in Enso code via slf4j and it respects existing LS log configs.