org.codehaus.mojo.javascript
Class MojoJSCompressorLogger

java.lang.Object
  extended by org.codehaus.mojo.javascript.MojoJSCompressorLogger
All Implemented Interfaces:
JSCompressorLogger

public class MojoJSCompressorLogger
extends java.lang.Object
implements JSCompressorLogger

Created by IntelliJ IDEA. User: DenisG Date: Nov 20, 2010 Time: 12:47:36 PM To change this template use File | Settings | File Templates.


Method Summary
 void debug(java.lang.CharSequence charSequence)
           
 void debug(java.lang.CharSequence charSequence, java.lang.Throwable throwable)
           
 void debug(java.lang.Throwable throwable)
           
 void error(java.lang.CharSequence charSequence)
           
 void error(java.lang.CharSequence charSequence, java.lang.Throwable throwable)
           
 void error(java.lang.Throwable throwable)
           
 void info(java.lang.CharSequence charSequence)
           
 void info(java.lang.CharSequence charSequence, java.lang.Throwable throwable)
           
 void info(java.lang.Throwable throwable)
           
 boolean isDebugEnabled()
           
 boolean isErrorEnabled()
           
 boolean isInfoEnabled()
           
 boolean isWarnEnabled()
           
 void warn(java.lang.CharSequence charSequence)
           
 void warn(java.lang.CharSequence charSequence, java.lang.Throwable throwable)
           
 void warn(java.lang.Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

debug

public void debug(java.lang.CharSequence charSequence,
                  java.lang.Throwable throwable)
Specified by:
debug in interface JSCompressorLogger

debug

public void debug(java.lang.CharSequence charSequence)
Specified by:
debug in interface JSCompressorLogger

debug

public void debug(java.lang.Throwable throwable)
Specified by:
debug in interface JSCompressorLogger

isDebugEnabled

public boolean isDebugEnabled()
Specified by:
isDebugEnabled in interface JSCompressorLogger

isInfoEnabled

public boolean isInfoEnabled()
Specified by:
isInfoEnabled in interface JSCompressorLogger

info

public void info(java.lang.CharSequence charSequence)
Specified by:
info in interface JSCompressorLogger

info

public void info(java.lang.CharSequence charSequence,
                 java.lang.Throwable throwable)
Specified by:
info in interface JSCompressorLogger

info

public void info(java.lang.Throwable throwable)
Specified by:
info in interface JSCompressorLogger

isWarnEnabled

public boolean isWarnEnabled()
Specified by:
isWarnEnabled in interface JSCompressorLogger

warn

public void warn(java.lang.CharSequence charSequence)
Specified by:
warn in interface JSCompressorLogger

warn

public void warn(java.lang.CharSequence charSequence,
                 java.lang.Throwable throwable)
Specified by:
warn in interface JSCompressorLogger

warn

public void warn(java.lang.Throwable throwable)
Specified by:
warn in interface JSCompressorLogger

isErrorEnabled

public boolean isErrorEnabled()
Specified by:
isErrorEnabled in interface JSCompressorLogger

error

public void error(java.lang.CharSequence charSequence)
Specified by:
error in interface JSCompressorLogger

error

public void error(java.lang.CharSequence charSequence,
                  java.lang.Throwable throwable)
Specified by:
error in interface JSCompressorLogger

error

public void error(java.lang.Throwable throwable)
Specified by:
error in interface JSCompressorLogger


Copyright © 2011 SOFTEC sa. All Rights Reserved.