A log target object will filter the messages logged by Logger according
to its [[levels]] and [[categories]] properties. It may also export the filtered
messages to specific destination defined by the target, such as emails, files.
Level filter and category filter are combinatorial, i.e., only messages
satisfying both filter conditions will be handled. Additionally, you
may specify [[except]] to exclude messages of certain categories.