Log v0.7.0 Log.TagFilter.Named View Source

Datastructure representing a tag with no prefix: tag1. A tag with no prefix will be matched with an or condition (inclusive):

[:tag1, :tag2] matches any message with only tag1, with only tag2 and with both tag1 and tag2

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Log.TagFilter.Named{name: Log.Level.t()}