0 | ||| Structured message types for application logging.
8 | ----------------------------------------------------------------------
9 | -- SimpleMsg
10 | ----------------------------------------------------------------------
12 | ||| A simple log message with severity and text, no structured fields.
30 | ----------------------------------------------------------------------
31 | -- Msg
32 | ----------------------------------------------------------------------
34 | ||| A structured log message with severity, text, and key-value fields.
57 | ----------------------------------------------------------------------
58 | -- Convenience constructors
59 | ----------------------------------------------------------------------
61 | ||| Create a Debug message with no structured fields.
66 | ||| Create an Info message with no structured fields.
71 | ||| Create a Warning message with no structured fields.
76 | ||| Create an Error message with no structured fields.