module Crylog::Handlers

Overview

A handler is a struct that handles the actual writing/sending of the logged message; such as a file, STDOUT, Sentry, Greylog etc.

Defined in:

handlers/handler.cr
handlers/abstract_handler.cr
handlers/processing_handler.cr
handlers/io_handler.cr
handlers/noop_handler.cr
handlers/null_handler.cr
handlers/test_handler.cr