Interface ContextualLog

All Superinterfaces:
org.apache.maven.plugin.logging.Log
All Known Implementing Classes:
DelegatingContextualLog

public interface ContextualLog extends org.apache.maven.plugin.logging.Log
A Log that knows about multiple contexts and can report on those contexts with separators between each context
Since:
15-Sep-2010 15:51:06
Author:
Stephen Connolly
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    setContext(String context)
     

    Methods inherited from interface org.apache.maven.plugin.logging.Log

    debug, debug, debug, error, error, error, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, warn, warn, warn
  • Method Details

    • setContext

      void setContext(String context)
    • clearContext

      void clearContext()