diff --git a/src/filters.jl b/src/filters.jl index 84f7c95..2788b0f 100644 --- a/src/filters.jl +++ b/src/filters.jl @@ -2,7 +2,8 @@ Filter A wrapper around a function that takes a log `Record` and returns -a bool whether to skip logging it. +a bool indicating whether to log it. +`false` means "skip logging this record", similar to `Base.filter`. # Fields `f::Function`: a function that should return a bool given a `Record`