Description
A Java logging abstraction that lets libraries write log messages without depending directly on one specific logging backend. Applications can then bridge those messages to the logging system they use.
It is compatibility infrastructure for Java software. Users normally see its effect only when an application needs it to start or to route logs correctly.