Committing changes
This commit is contained in:
@@ -101,6 +101,7 @@ module Logger
|
||||
synchronize {
|
||||
time = Time.local
|
||||
STDERR.puts [time, level.to_s.colorize(_level.color), message].join(" : ")
|
||||
raise "ERROR : Fatal error detected (#{message})" if level == "FATAL"
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user