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.

@FunctionalInterface public interface ILogEntryDispatcherFactory
Interface for a factory that provides an instance of the LogEntryDispatcher.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves 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.