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-inA set of code created outside of Unity that creates functionality in Unity. There are two kinds of plug-ins you can use in Unity: Managed plug-ins (managed .NET assemblies created with tools like Visual Studio) and Native plug-ins (platform-specific native code libraries). More info
See in Glossary to route the log output to specialized logging environments.
Topic | Description |
---|---|
Standard log output overview | Provides an overview of the default log output behavior and the command line arguments to customize it. |
Configure a logging plug-in | Explains how to enable and configure a logging plug-in for customized logging. |
Command line arguments for logging | Lists the command line arguments to configure standard log output and logging plug-in. |