class Lucky::LogHandler::HabitatSettings
Defined in:
lucky/log_handler.crClass Method Summary
- .skip_if : Proc(HTTP::Server::Context, Bool) | Nil
- .skip_if=(value : Proc(HTTP::Server::Context, Bool) | Nil)
-
.skip_if?
Used for checking missing settings on non-nilable types It's advised to use skip_if in your apps to ensure the propper type is checked.
-
.to_h
Generates a hash using the provided values
Class Method Detail
def self.skip_if?
#
Used for checking missing settings on non-nilable types It's advised to use skip_if in your apps to ensure the propper type is checked.