Skip to content

Use LogMessage API instead of file log #86

@FlowingSPDG

Description

@FlowingSPDG

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions