LogStreamFile class

The log is written to a file.

Inheritance
Available Extensions

Constructors

LogStreamFile({required String path, required int max_file_size, required bool redirect_stderr, int? extra, int? clientId})
The log is written to a file

Properties

clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
extra int?
Request identifier. Must be non-zero.
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
max_file_size int
The maximum size of the file to where the internal TDLib log is written before the file will automatically be rotated, in bytes.
read / write
path String
Path to the file to where the internal TDLib log will be written.
read / write
redirect_stderr bool
Pass true to additionally redirect stderr to the log file. Ignored on Windows.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Object to Map serializer
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromMap(Map<String, dynamic>? _map) LogStreamFile?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"logStreamFile"