Package org.drinkless.tdlib
Class TdApi.SetLogVerbosityLevel
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.SetLogVerbosityLevel
-
- Enclosing class:
- TdApi
public static class TdApi.SetLogVerbosityLevel extends TdApi.Function
Sets the verbosity level of the internal logging of TDLib. Can be called synchronously.Returns
Ok
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.intnewVerbosityLevelNew value of the verbosity level for logging.
-
Constructor Summary
Constructors Constructor Description SetLogVerbosityLevel()Default constructor for a function, which sets the verbosity level of the internal logging of TDLib.SetLogVerbosityLevel(int newVerbosityLevel)Creates a function, which sets the verbosity level of the internal logging of TDLib.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
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:
- Constant Field Values
-
-
Constructor Detail
-
SetLogVerbosityLevel
public SetLogVerbosityLevel()
Default constructor for a function, which sets the verbosity level of the internal logging of TDLib. Can be called synchronously.Returns
Ok
-
SetLogVerbosityLevel
public SetLogVerbosityLevel(int newVerbosityLevel)
Creates a function, which 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.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-