ifSystemLog
Implemented by
| Name | Description |
|---|---|
| roSystemLog | The roSystemLog component enables the application to receive events from the Roku Streaming Player that are intended for reporting errors and trends, rather than trigger a response to a user action |
Supported methods
EnableType(logType as String) as Void
Description
Enables log message of type logType. When a log type is enabled, system log messages of that type are sent to the message port that was set using SetMessagePort().
All system log events are disabled by default and must be explicitly enabled by the application.
Parameters
| Name | Type | Description | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| logType | String | The logType to be enabled, which may be one of the following values:
|
Updated 3 months ago
