Logo

Docs

  • HOME

Class: LogLog

LogLog

new LogLog()

Create a new instance of LogLog
Properties:
Name Type Description
log Object the objects log
links Array Contains the array of links
Source:
  • Usage/LogLog.js, line 36
See:
  • ProjectApp
  • Resource
Example
Load Log
		var l = new LogLog();
		l.load({
			onSuccess:function(){
				alert(JSON.stringify(l.log));
			}
		});

Methods

generateUrl()

Overrides Resource's generateUrl method to return the request url
Source:
  • Usage/LogLog.js, line 56
See:
  • Resource#generateUrl

load(options)

Override Resource load method.
Parameters:
Name Type Description
options object options to be used during the call
Properties
Name Type Argument Description
period string the period to load
onSuccess Resource~onSuccess a callback function called in case of a success
onFailure Resource~onFailure <optional>
a callback function called in case of a failure
baseUrl String <optional>
base URL. If not set the current base URL will be used
Source:
  • Usage/LogLog.js, line 70
See:
  • Resource#load

loadPreset()

Overrides Resource's loadPreset method.
Source:
  • Usage/LogLog.js, line 50
See:
  • Resource#loadPreset

Index

Classes

  • AccessLog
  • AllLaneUserList
  • AppInstanceReport
  • Context
  • Customer
  • CustomerDomainList
  • CustomerList
  • CustomerSubscriptionList
  • CustomerTrafficList
  • CustomList
  • CustomListList
  • Domain
  • Host
  • HostList
  • HostMode
  • I18n
  • I18nDico
  • Lane
  • LaneList
  • LanePoolList
  • LogLog
  • Metadata
  • Oauth
  • OauthList
  • Pool
  • PoolList
  • Preferences
  • Process
  • ProcessList
  • Project
  • ProjectAppliQuery
  • ProjectChildList
  • ProjectLaneList
  • ProjectList
  • ProjectProcess
  • ProjectProcessList
  • ProjectProcessQuery
  • ProjectVersion
  • ProjectVersionList
  • Report
  • RequestLog
  • Resource
  • SavedQuery
  • Subscription
  • Token
  • Traffic
  • Usage
  • User
  • UserAccessList
  • UserDelegation
  • UserDelegationList
  • UserLaneList
  • UserList
  • UserRepresentationList
  • UserSupportAuth
  • UserSupportAuthList
  • WebInterface
  • WebInterfaceList

Global

  • context

© Akorbi Digital RMP. All Rights Reserved - Legal terms - Contact