Interface ILoggingFactory

All Known Implementing Classes:
DefaultLoggingFactory

public interface ILoggingFactory
Logging factory interface
Author:
Leonard Woo
  • Method Summary

    Modifier and Type
    Method
    Description
    Get logging.
  • Method Details

    • getLogging

      Logging getLogging(String name)
      Get logging.
      Parameters:
      name - log name.
      Returns:
      the Log.