-
-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
Hi. Thank you for making great library for developing StreamDeck plugin in C#.
Since I am new to C# so I'm sorry if I'm misunderstanding.
I made a simple plugin and checking log input that is in %appdata%\Elgato\StreamDeck\logs\StreamDeck.log but there was no output. Instead, there was a log file in %appdata%\Elgato\StreamDeck\Plugins\dev.flowingspdg.atem.sdPlugin\pluginlog.log.
Is it possible to replace Logger.Instance to use Websocket LogMessage API instead of single file logging?
I used Connection.LogSDMessage to log debug output but I couldn't find any log on StreamDeck.log .
Connection.LogSDMessage($"xxx");`Thank you.
Metadata
Metadata
Assignees
Labels
No labels