Module: NewRelic::Security::Agent::Logging

Defined in:
lib/newrelic_security/agent/logging/logger.rb,
lib/newrelic_security/agent/logging/init_logger.rb,
lib/newrelic_security/agent/logging/null_logger.rb

Defined Under Namespace

Classes: AgentInitLogger, AgentLogger, NullLogger

Constant Summary collapse

LOG_FILE_SIZE =
50 * 1024 * 1024
MAX_LOG_FILES =
3
INIT_LOG_FILE_NAME =
'ruby-security-collector-init.log'