Module tdlight.api

Class TdApi.LogStreamFile

Enclosing class:
TdApi

public static final class TdApi.LogStreamFile extends TdApi.LogStream
The log is written to a file.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    long
    The maximum size of the file to where the internal TDLib log is written before the file will automatically be rotated, in bytes.
    Path to the file to where the internal TDLib log will be written.
    boolean
    Pass true to additionally redirect stderr to the log file.
  • Constructor Summary

    Constructors
    Constructor
    Description
    The log is written to a file.
    The log is written to a file.
    LogStreamFile(String path, long maxFileSize, boolean redirectStderr)
    The log is written to a file.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
    Returns an identifier uniquely determining type of the object.
    int
     
    void
    Serialize the TDLib class

    Methods inherited from class it.tdlight.jni.TdApi.Object

    serialize, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • path

      public String path
      Path to the file to where the internal TDLib log will be written.
    • maxFileSize

      public long maxFileSize
      The maximum size of the file to where the internal TDLib log is written before the file will automatically be rotated, in bytes.
    • redirectStderr

      public boolean redirectStderr
      Pass true to additionally redirect stderr to the log file. Ignored on Windows.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • LogStreamFile

      public LogStreamFile()
      The log is written to a file.
    • LogStreamFile

      public LogStreamFile(String path, long maxFileSize, boolean redirectStderr)
      The log is written to a file.
      Parameters:
      path - Path to the file to where the internal TDLib log will be written.
      maxFileSize - The maximum size of the file to where the internal TDLib log is written before the file will automatically be rotated, in bytes.
      redirectStderr - Pass true to additionally redirect stderr to the log file. Ignored on Windows.
    • LogStreamFile

      public LogStreamFile(DataInput input) throws IOException
      The log is written to a file.
      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object