Class: Logs

Logs

Constructor

new Logs()

Constructor
Source:

Methods

getRecent(appGuid) → {JSon}

Method used to return data from CF log services. http://docs.run.pivotal.io/devguide/deploy-apps/streaming-logs.html
Parameters:
Name Type Description
appGuid String [app guid]
Source:
Returns:
[UAA Response]
Type
JSon

setEndPoint(endPoint) → {void}

Set endpoint
Parameters:
Name Type Description
endPoint String [Logging endpoint]
Source:
Returns:
Type
void

setToken(token) → {void}

Set token
Parameters:
Name Type Description
token JSON [Oauth token from UAA]
Source:
Returns:
Type
void