Interface LogEnabled


  • public interface LogEnabled
    An interface for Doxia components (mainly Sink, Parser and Macro) that need the ability to log.
    Based on org.codehaus.plexus.logging.LogEnabled.
    Since:
    1.1
    Author:
    ltheussl
    • Method Detail

      • enableLogging

        void enableLogging​(Log log)
        Enable a Doxia logger for this Doxia component.
        Parameters:
        log - a Log.