func (h *FileHandler) Handle(r record.Record) bool {
    if !h.IsHandling(r) {
        return false
    }