org.codehaus.mojo.versions.utils
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
 void clearContext()
           
 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 Detail

setContext

void setContext(String context)

clearContext

void clearContext()


Copyright © 2008-2012 Codehaus. All Rights Reserved.