You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// A LogMessage has structured data to report to a log (c.f. Deliver)LogMessageinterface {
DefaultLevel() LevelMessage() stringeachFielder
}
eachFielderinterface {
EachField(FieldReportFn)
}
The text was updated successfully, but these errors were encountered:
Where
logging.LogMessage
is like:The text was updated successfully, but these errors were encountered: