org.apache.maven.plugin.stubs
Class DebugEnabledLog

java.lang.Object
  extended by org.apache.maven.plugin.logging.SystemStreamLog
      extended by org.apache.maven.plugin.stubs.DebugEnabledLog
All Implemented Interfaces:
org.apache.maven.plugin.logging.Log

public class DebugEnabledLog
extends org.apache.maven.plugin.logging.SystemStreamLog

Author:
Edwin Punzalan

Constructor Summary
DebugEnabledLog()
           
 
Method Summary
 boolean isDebugEnabled()
           
 
Methods inherited from class org.apache.maven.plugin.logging.SystemStreamLog
debug, debug, debug, error, error, error, info, info, info, isErrorEnabled, isInfoEnabled, isWarnEnabled, warn, warn, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugEnabledLog

public DebugEnabledLog()
Method Detail

isDebugEnabled

public boolean isDebugEnabled()
Specified by:
isDebugEnabled in interface org.apache.maven.plugin.logging.Log
Overrides:
isDebugEnabled in class org.apache.maven.plugin.logging.SystemStreamLog


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.