Module tdlight.api

Class TdApi.SetLogVerbosityLevel

Enclosing class:
TdApi

public static final class TdApi.SetLogVerbosityLevel extends TdApi.Function<TdApi.Ok>
Sets the verbosity level of the internal logging of TDLib. Can be called synchronously.

Returns Ok

  • Field Details

    • newVerbosityLevel

      public int newVerbosityLevel
      New value of the verbosity level for logging. Value 0 corresponds to fatal errors, value 1 corresponds to errors, value 2 corresponds to warnings and debug warnings, value 3 corresponds to informational, value 4 corresponds to debug, value 5 corresponds to verbose debug, value greater than 5 and up to 1023 can be used to enable even more logging.
    • CONSTRUCTOR

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

    • SetLogVerbosityLevel

      public SetLogVerbosityLevel()
      Sets the verbosity level of the internal logging of TDLib. Can be called synchronously.

      Returns Ok

    • SetLogVerbosityLevel

      public SetLogVerbosityLevel(int newVerbosityLevel)
      Sets the verbosity level of the internal logging of TDLib. Can be called synchronously.

      Returns Ok

      Parameters:
      newVerbosityLevel - New value of the verbosity level for logging. Value 0 corresponds to fatal errors, value 1 corresponds to errors, value 2 corresponds to warnings and debug warnings, value 3 corresponds to informational, value 4 corresponds to debug, value 5 corresponds to verbose debug, value greater than 5 and up to 1023 can be used to enable even more logging.

      Returns Ok

    • SetLogVerbosityLevel

      public SetLogVerbosityLevel(DataInput input) throws IOException
      Sets the verbosity level of the internal logging of TDLib. Can be called synchronously.

      Returns Ok

      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