Interface Logging

All Known Implementing Classes:
AbstractLogging, Log4j2Logging

public interface Logging
Logging interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Configure the logging framework specifically with a log configuration file
    void
    initialize(String path, String name)
    Configure the logging framework specifically with a log configuration file.
  • Method Details

    • initialize

      void initialize(String path) throws IOException
      Configure the logging framework specifically with a log configuration file. - Configuration name used: 'BeetRootConfig'
      Parameters:
      path - a path to the configuration
      Throws:
      IOException - IO exception
    • initialize

      void initialize(String path, String name) throws IOException
      Configure the logging framework specifically with a log configuration file.
      Parameters:
      path - a path to the configuration
      name - configuration name
      Throws:
      IOException - IO exception