Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.restAPI
Class SystemLogRestlet

java.lang.Object
  extended by org.restlet.Uniform
      extended by org.restlet.Restlet
          extended by org.nuxeo.ecm.platform.ui.web.restAPI.BaseNuxeoRestlet
              extended by org.nuxeo.ecm.platform.ui.web.restAPI.BaseStatelessNuxeoRestlet
                  extended by org.nuxeo.ecm.platform.ui.web.restAPI.SystemLogRestlet

public class SystemLogRestlet
extends BaseStatelessNuxeoRestlet

Small restlet logging in the commons logging log.

Very useful when running functional tests for instance, to separate cleanly what happens in the logs.


Field Summary
static String LEVEL
           
static String MESSAGE
           
static String TOKEN
           
static String TOKEN_PROP
           
 
Constructor Summary
SystemLogRestlet()
           
 
Method Summary
 
Methods inherited from class org.nuxeo.ecm.platform.ui.web.restAPI.BaseStatelessNuxeoRestlet
handle
 
Methods inherited from class org.restlet.Restlet
getContext, getLogger, isStarted, isStopped, setContext, start, stop
 
Methods inherited from class org.restlet.Uniform
delete, delete, get, get, handle, head, head, options, options, post, post, put, put
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEVEL

public static final String LEVEL
See Also:
Constant Field Values

MESSAGE

public static final String MESSAGE
See Also:
Constant Field Values

TOKEN

public static final String TOKEN
See Also:
Constant Field Values

TOKEN_PROP

public static final String TOKEN_PROP
See Also:
Constant Field Values
Constructor Detail

SystemLogRestlet

public SystemLogRestlet()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.