SessionFileBackend
Inherits Log::IOBackend < Log::Backend < Reference < Object
Constructors
new(session_id : String, file_name : String, mode : String = "a", *, formatter : Log::Formatter = Log::ShortFormat)
Sourcenew(session_id : String, file : File, *, formatter : Log::Formatter = Log::ShortFormat)
SourceInstance methods
session_id=(session_id : String)
Source