Class: NewRelic::Agent::StartupLogger

Inherits:
MemoryLogger show all
Includes:
Singleton
Defined in:
lib/new_relic/agent/agent_logger.rb

Overview

In an effort to not lose messages during startup, we trap them in memory The real logger will then dump its contents out when it arrives.

Instance Attribute Summary

Attributes inherited from MemoryLogger

#level, #messages

Method Summary

Methods inherited from MemoryLogger

#debug, #dump, #error, #fatal, #info, #initialize, #is_startup_logger?, #warn

Constructor Details

This class inherits a constructor from NewRelic::Agent::MemoryLogger