module Runway
Defined in:
cli.crrunway/core/env.cr
runway/core/logger.cr
runway/core/runway.cr
runway/lib/common.cr
runway/lib/render.cr
runway/lib/time.cr
runway/services/github.cr
version.cr
Constant Summary
-
ERROR_PREFIX =
":boom: error while checking for event:"
-
QUIET =
(ENV.fetch("RUNWAY_QUIET", "false")) == "true"
-
SCHEDULE_PREFIX =
":clock1: scheduling event with"
-
VERBOSE =
(ENV.fetch("RUNWAY_VERBOSE", "false")) == "true"
-
VERSION =
"v0.2.3"
Class Method Summary
-
.setup_logger(log_level : String) : Log
setup a logger for the entire application :param log_level: the log level to set :return: a Log instance
Class Method Detail
def self.setup_logger(log_level : String) : Log
#
setup a logger for the entire application :param log_level: the log level to set :return: a Log instance