class

SessionFileBackend

Inherits Log::IOBackend < Log::Backend < Reference < Object

Constructors

new(session_id : String, file_name : String, mode : String = "a", *, formatter : Log::Formatter = Log::ShortFormat)
Source
new(session_id : String, file : File, *, formatter : Log::Formatter = Log::ShortFormat)
Source

Instance methods

close

Closes underlying resources used by this backend.

Source
session_id=(session_id : String)
Source