class NewRelic::Config::Environment

Included Modules

Defined in:

new_relic/config/environment.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def app_name : String #

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

[View source]
def license_key : String #

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

[View source]
def log_file : String | Nil #

[View source]
def log_file=(log_file : String | Nil) #

[View source]
def log_file_name : String #

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

[View source]
def log_file_path : String #

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

[View source]
def log_level : String #

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

[View source]