org.apache.archiva.web.api
Class DefaultJavascriptLogger
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultJavascriptLogger
public DefaultJavascriptLogger()
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–2014 The Apache Software Foundation. All rights reserved.