Anoma.Node.Logging.LoggingEvent (Anoma v0.29.0)

Summary

Types

t()

I am the type of a logging event.

Types

@type t() :: %Anoma.Node.Logging.LoggingEvent{
  flag: Anoma.Node.Logging.flag() | nil,
  msg: binary() | nil
}

I am the type of a logging event.

I specify the format of any logging message sent.

Fields

  • :flag - The level at which the event ought to be logged.
  • :msg - A logging message.