Module viceroy_lib::logging

source ·

Structs§

  • The underlying writer to use for all log messages. It defaults to stdout, but can be redirected for tests. We make this a static, rather than e.g. a field in ExecuteCtx, because the Write implementation for LogEndpoint doesn’t have direct access to context data.
  • A logging endpoint, which for Viceroy is just a name.