Module com.dua3.utility.logging
Package com.dua3.utility.logging
Interface ILogEntryDispatcherFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for a factory that provides an instance of the LogEntryDispatcher.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the LogEntryDispatcher instance and connects all available loggers to it.
-
Method Details
-
getDispatcher
LogEntryDispatcher getDispatcher()Retrieves the LogEntryDispatcher instance and connects all available loggers to it.NOTE: This method is called by the ServiceProvider and not intended to be called directly by user code.
- Returns:
- The global LogEntryDispatcher instance.
-