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 instance.
  • Method Details

    • getLogging

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