Logging
Logging is a useful way track the flow of functionality, and can assist with diagnosing bugs within your plugin. By default, the Stream Deck SDK provides support for logging between the runtime consoles, as well as writing logs to the file system.
In this guide you'll learn:
- How to write log entries using the Stream Deck SDK.
- Where your plugin's logs are located.
- Using log levels and logger scopes to help identify logs.