Class: Tengine::Core::Config::HeartbeatWatcher::LoggerConfig

Inherits:
Support::Config::Logger
  • Object
show all
Defined in:
lib/tengine/core/config/heartbeat_watcher.rb

Instance Method Summary collapse

Instance Method Details

#new_loggerObject



205
206
207
# File 'lib/tengine/core/config/heartbeat_watcher.rb', line 205

def new_logger *;
  super.tap {|i| i.formatter = self.formatter }
end