Class: AwsAccountUtils::AccountLogger

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/aws_account_utils/account_logger.rb

Instance Method Summary collapse

Constructor Details

#initialize(log_level) ⇒ AccountLogger

Returns a new instance of AccountLogger.



9
10
11
12
# File 'lib/aws_account_utils/account_logger.rb', line 9

def initialize(log_level)
  @log_level = log_level
  @logger = new_logger
end