class Amber::Configuration::LoggingConfig

Included Modules

Defined in:

amber/configuration/logging_config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new #

[View source]

Instance Method Detail

def color : String #

[View source]
def color=(color : String) #

[View source]
def color_symbol : Symbol #

[View source]
def colorize : Bool #
Description copied from module Colorize::ObjectExtensions

Turns self into a Colorize::Object.


[View source]
def colorize=(colorize : Bool) #

[View source]
def filter : Array(String) #

[View source]
def filter=(filter : Array(String)) #

[View source]
def severity : String #

[View source]
def severity=(severity : String) #

[View source]
def severity_level : Log::Severity #

[View source]
def skip : Array(String) #

[View source]
def skip=(skip : Array(String)) #

[View source]
def validate! : Nil #

[View source]