org.apache.maven.plugin.logging
Interface Log

All Known Implementing Classes:
SystemStreamLog

public interface Log

Author:
jdcasey

Method Summary
 void debug(CharSequence content)
           
 void debug(CharSequence content, Throwable error)
           
 void debug(Throwable error)
           
 void error(CharSequence content)
           
 void error(CharSequence content, Throwable error)
           
 void error(Throwable error)
           
 void info(CharSequence content)
           
 void info(CharSequence content, Throwable error)
           
 void info(Throwable error)
           
 boolean isDebugEnabled()
           
 boolean isErrorEnabled()
           
 boolean isInfoEnabled()
           
 boolean isWarnEnabled()
           
 void warn(CharSequence content)
           
 void warn(CharSequence content, Throwable error)
           
 void warn(Throwable error)
           
 

Method Detail

isDebugEnabled

public boolean isDebugEnabled()

debug

public void debug(CharSequence content)

debug

public void debug(CharSequence content,
                  Throwable error)

debug

public void debug(Throwable error)

isInfoEnabled

public boolean isInfoEnabled()

info

public void info(CharSequence content)

info

public void info(CharSequence content,
                 Throwable error)

info

public void info(Throwable error)

isWarnEnabled

public boolean isWarnEnabled()

warn

public void warn(CharSequence content)

warn

public void warn(CharSequence content,
                 Throwable error)

warn

public void warn(Throwable error)

isErrorEnabled

public boolean isErrorEnabled()

error

public void error(CharSequence content)

error

public void error(CharSequence content,
                  Throwable error)

error

public void error(Throwable error)


Copyright 2001-2001-2006 Apache Software Foundation. All Rights Reserved.