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.
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.logbut 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.Instanceto use Websocket LogMessage API instead of single file logging?I used
Connection.LogSDMessageto log debug output but I couldn't find any log onStreamDeck.log.Thank you.