• /
  • EnglishEspañolFrançais日本語한국어Português
  • Se connecterDémarrer

Agent initialization

Initialization methods

Method

Description

NewRelic

Build a New Relic Agent object.

NewRelicSystemStart

Starts system logging.

NewRelicVideoStart

Starts video logging.

NewRelicVideoStop

Stops video logging.

Examples

Build New Relic Agent object

sub Main(aa as Object)
screen = CreateObject("roSGScreen")
m.port = CreateObject("roMessagePort")
screen.setMessagePort(m.port)
scene = screen.CreateScene("VideoScene")
screen.show()
m.nr = NewRelic("ACCOUNT ID", "API KEY")

Start system logging

m.syslog = NewRelicSystemStart(m.port)

Stop video logging

NewRelicVideoStop(m.nr)
Droits d'auteur © 2026 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.