getShutdownHandler
Returns a Runnable that can handle shutdown of this logging system when the JVM exits. The default implementation returns null
, indicating that no shutdown is required.
Return
the shutdown handler, or null