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

boolean isDebugEnabled()

debug

void debug(CharSequence content)

debug

void debug(CharSequence content,
           Throwable error)

debug

void debug(Throwable error)

isInfoEnabled

boolean isInfoEnabled()

info

void info(CharSequence content)

info

void info(CharSequence content,
          Throwable error)

info

void info(Throwable error)

isWarnEnabled

boolean isWarnEnabled()

warn

void warn(CharSequence content)

warn

void warn(CharSequence content,
          Throwable error)

warn

void warn(Throwable error)

isErrorEnabled

boolean isErrorEnabled()

error

void error(CharSequence content)

error

void error(CharSequence content,
           Throwable error)

error

void error(Throwable error)


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.