Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Logging in embedded platforms

Learn about the standard log output, logging plug-in, and command line arguments for log configuration.
Read time 1 minuteLast updated 13 days ago

Embedded Linux and QNX platforms provide logging capabilities to help you diagnose errors or warnings that might occur during application runtime. The log output is stored in a file or displayed in the console. Alternatively, you can configure a plug-in to route the log output to specialized logging environments.

Topic

Description

Standard log output overviewProvides an overview of the default log output behavior and the command line arguments to customize it.
Configure a logging plug-inExplains how to enable and configure a logging plug-in for customized logging.
Command line arguments for loggingLists the command line arguments to configure standard log output and logging plug-in.