org.apache.archiva.web.api
Class DefaultJavascriptLogger

java.lang.Object
  extended by org.apache.archiva.web.api.DefaultJavascriptLogger
All Implemented Interfaces:
JavascriptLogger

@Service(value="javascriptLogger#default")
public class DefaultJavascriptLogger
extends Object
implements JavascriptLogger

Since:
1.4-M4
Author:
Olivier Lamy

Field Summary
private  org.slf4j.Logger logger
           
 
Constructor Summary
DefaultJavascriptLogger()
           
 
Method Summary
 Boolean debug(JavascriptLog javascriptLog)
           
 Boolean error(JavascriptLog javascriptLog)
           
 Boolean info(JavascriptLog javascriptLog)
           
 Boolean trace(JavascriptLog javascriptLog)
           
 Boolean warn(JavascriptLog javascriptLog)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private org.slf4j.Logger logger
Constructor Detail

DefaultJavascriptLogger

public DefaultJavascriptLogger()
Method Detail

trace

public Boolean trace(JavascriptLog javascriptLog)
Specified by:
trace in interface JavascriptLogger

debug

public Boolean debug(JavascriptLog javascriptLog)
Specified by:
debug in interface JavascriptLogger

info

public Boolean info(JavascriptLog javascriptLog)
Specified by:
info in interface JavascriptLogger

warn

public Boolean warn(JavascriptLog javascriptLog)
Specified by:
warn in interface JavascriptLogger

error

public Boolean error(JavascriptLog javascriptLog)
Specified by:
error in interface JavascriptLogger


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.