Skip to content

Latest commit

 

History

History
16 lines (5 loc) · 326 Bytes

File metadata and controls

16 lines (5 loc) · 326 Bytes

Filters

Filters can be used to determine it the log message should be handled. Custom filters could be specific to an HTTP Request so that ONLY requests matching a specific path would be handled. You could also make a custom filter to log only authenticated users

ChannelFilter

LogLevelFilter

MockFilter