class Log::MemoryBackend inherits Log::Backend ¶ A Log::Backend suitable for testing. Class methods¶ .new ¶ View source Methods¶ #entries : Array(Log::Entry) ¶ View source #write(entry : Log::Entry) ¶ Writes the entry to this backend. View source