---
title: NewRelicSystemStart
source: https://docs.newrelic.com/docs/streaming-video-&-ads/installation/roku/agent-api/initialization/newrelicsystemstart
---

## Syntax

```js
NewRelicSystemStart(port as Object) as Object
```

## Description

Starts system logging.

## Arguments

| Arguments | Description     |
| --------- | --------------- |
| `port`    | A message port. |

## Return

The `roSystemLog` object created.

## Example

```js
  m.syslog = NewRelicSystemStart(m.port)
```
