Dacris.Maestro.Core.Log Interaction

Writes a message to Serilog sinks.

Preconditions:

InputStateKey has the level and the message, like this: { "level": "Error", "message": "Test" }

Sample State.json Input

{
  "sampleKey": {
    "level": "yourText",
    "message": "yourText"
  }
}