kemal/src/kemal/null_log_handler.cr

4 lines
133 B
Crystal
Raw Normal View History

2016-07-17 11:13:05 +00:00
# This is here to represent the logger corresponding to Null Object Pattern.
2016-02-14 13:15:28 +00:00
class Kemal::NullLogHandler < Kemal::BaseLogHandler
2016-02-12 12:11:21 +00:00
end