Display the console log
ZOAU makes it easy to access the console log. You can use the following ways to print the contents of the log:
- Shell command
pcon -r
- Python API
print(zsystem.read_console())
ZOAU makes it easy to access the console log. You can use the following ways to print the contents of the log:
pcon -r
print(zsystem.read_console())