RequestContext.log

Typed convenience over log(string, Json, string): emit a notifications/message at the given LogLevel with a plain string payload. Forwards to the JSON overload with the level's wire string and Json(message).

  1. void log(string level, Json data, string logger)
  2. void log(LogLevel level, string message, string logger)
    interface RequestContext
    final @safe
    void
    log
    (,
    string message
    ,
    string logger = null
    )
  3. void log(LogLevel level, Json data, string logger)