Skip to content

Add set-levels! macro #7

@oubiwann

Description

@oubiwann

This would allow for setting different log levels for different namespaces:

(set-levels!
  'ns1 :debug
  '[ns2 ns3] :info
  '[ns4 n5 n6] :error)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions