Log

Omniverse provides a easy-to-use log system. Users can either find logs from

  • Command prompt

  • Omniverse console window

  • Log file

log image

To print a log:

import carb

carb.log_error("")
carb.log_warn("")

carb.log_info("")
# which equals
print("")