Interface LogFactory

All Known Implementing Classes:
CommonsLogFactory, JULLogFactory, Log4J2LogFactory, Log4JLogFactory, LogFactoryAdapter, LogFactoryImpl, MultiLogFactory, NoneLogFactory, SLF4JLogFactory

public interface LogFactory
Factory for log instances.
Author:
Abe White
  • Method Summary

    Modifier and Type
    Method
    Description
    getLog(String channel)
    Return a log for the given channel name.
  • Method Details

    • getLog

      Log getLog(String channel)
      Return a log for the given channel name.