In this tutorial, I will tell you how to use logger using Brighscript in Roku and This is a logger function for Roku written in Brighscript with a small, function which provides utility on top of the Print function.
You can write and view your logs on the terminal using telnet via this command.
telnet roku-ip-address
8085
With the help of the log, you can write to your custom message on the console.
only String format arguments are supported!
Write This function into Log.brs and import into your scene.