Groovy Documentation

org.linkedin.glu.agent.rest.resources
[Groovy] Class LogResource

java.lang.Object
  org.restlet.resource.ServerResource
      org.linkedin.glu.agent.rest.resources.BaseResource
          org.linkedin.glu.agent.rest.resources.LogResource

class LogResource
extends BaseResource

Handles resources to the agent logs

Authors:
ypujante@linkedin.com


Field Summary
 
Fields inherited from class BaseResource
MODULE, log
 
Method Summary
Representation tailAgentLog()

GET: return the log

 
Methods inherited from class BaseResource
addResponseHeader, doInit, getAgent, getPath, getRequestArgs, getResourceMountPoint, getResponseHeader, noException, toArgs, toArgs, toRepresentation
 

Method Detail

tailAgentLog

@Get
Representation tailAgentLog()
GET: return the log


 

Groovy Documentation