Interface ILogProvider

All Known Implementing Classes:
JDKProvider, Log4jProvider, SimpleLogProvider

public interface ILogProvider
Interface for a factory that creates ILog implementations
  • Method Summary

    Modifier and Type
    Method
    Description
    getLog(String name)
    Retrieve a ILog implementation associated with the given name (usually hierarchical, like a class name, with '.' notation)
  • Method Details

    • getLog

      ILog getLog(String name)
      Retrieve a ILog implementation associated with the given name (usually hierarchical, like a class name, with '.' notation)
      Parameters:
      name - the log name
      Returns:
      the ILog implementation