class
TD::LogStream::File
- TD::LogStream::File
- TD::LogStream
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/log_stream/file.crConstructors
- .new(path : String, max_file_size : Int64, redirect_stderr : Bool = false)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #max_file_size : Int64
- #max_file_size=(max_file_size : Int64)
- #object_type : String
- #object_type=(object_type : String)
- #path : String
- #path=(path : String)
- #redirect_stderr : Bool
- #redirect_stderr=(redirect_stderr : Bool)