class Scm::Workflow::Utils::LogSettings

Attributes

level[RW]
output[RW]

Public Class Methods

new() click to toggle source
# File lib/utils/logging.rb, line 16
def initialize
    @level = Logger::FATAL
    @output = STDOUT
end