Class: Aidp::Logger::SafeLogDevice

Inherits:
Logger::LogDevice
  • Object
show all
Defined in:
lib/aidp/logger.rb

Overview

Custom log device that suppresses IOError exceptions for closed streams. This prevents “log shifting failed. closed stream” errors during test cleanup.