org.apache.maven.plugin.compiler.stubs
Class DebugEnabledLog

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

public class DebugEnabledLog
extends 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 Log
Overrides:
isDebugEnabled in class SystemStreamLog


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