Sha256: 6aaa8136b04c2073b5d9da0a5a4d2c8b3c80427bbdbb8d5b65102120462ca168

Contents?: true

Size: 425 Bytes

Versions: 1

Compression:

Stored size: 425 Bytes

Contents

module TD::Types
  # The log is written to a file.
  #
  # @attr path [String] Path to the file to where the internal TDLib log will be written.
  # @attr max_file_size [Integer] Maximum size of the file to where the internal TDLib log is written before the file
  #   will be auto-rotated.
  class LogStream::File < LogStream
    attribute :path, TD::Types::String
    attribute :max_file_size, TD::Types::Integer
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-ruby-2.1.0 lib/tdlib/types/log_stream/file.rb