Interface ILogInfoProvider


public interface ILogInfoProvider
Dynamic collection of information required by the logging.

Implementations are referenced in logging.xml, attribute "loginfoproviderclassname".

Please pay attention: implementations MUST reside within the web application classloader - it is not possible to run implementations within the hot deployment class loader. (Background: the initialization of the logging happens before the intialization of the Hot Deployment Management.)
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getLogDirectory

      String getLogDirectory()