---
title: Logging
source: https://docs.newrelic.com/docs/streaming-video-&-ads/installation/roku/agent-api/logging/overview
---

## Logging method

| Method                                                                                                          | Description                               |
| --------------------------------------------------------------------------------------------------------------- | ----------------------------------------- |
| [nrSendLog](https://docs.newrelic.com/docs/streaming-video-&-ads/installation/roku/agent-api/logging/nrsendlog) | Record a log using the New Relic Log API. |

## Examples

### nrSendLog

```js
  	nrSendLog(m.nr, "This is a log", "console", {"key": "value"})
```
