This commit is contained in:
Serdar Dogruyol 2017-08-24 18:52:10 +03:00
parent cfedc7c538
commit efd97b75f9
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
module Kemal
# All loggers must inherit from `Kemal::BaseLogHandler`.
abstract class Kemal::BaseLogHandler
abstract class BaseLogHandler
include HTTP::Handler
abstract def call(context)