Skip to main content

Log Filtering

warning

To enable Power's debug logs, the POWER_DEBUG scripting define symbol must be added to your project's Scripting Define Symbols.

Log filtering is one of Power's core debugging features.

During runtime, Power generates logs from many different systems, including Actors, Processors, Stats, Effectors, and more.

Although these logs provide valuable insight into how the runtime flow works, the amount of output can quickly become overwhelming, making it difficult to focus on the information you actually need.

To solve this, Power provides a comprehensive log filtering system that allows you to display logs only from the systems and assets you want to inspect.

To learn how to configure log categories and filters, see PowerLogSettings.