Interface LogProvider


public interface LogProvider
Used to obtain a InternalLog for a specified context
  • Method Summary

    Modifier and Type
    Method
    Description
    getLog(Class<?> loggingClass)
     
    getLog(String name)
     
  • Method Details

    • getLog

      Log getLog(Class<?> loggingClass)
      Parameters:
      loggingClass - the context for the returned InternalLog
      Returns:
      a InternalLog that logs messages with the loggingClass as the context
    • getLog

      Log getLog(String name)
      Parameters:
      name - the context for the returned InternalLog
      Returns:
      a InternalLog that logs messages with the specified name as the context