- Enclosing class:
- TdApi
Sets the verbosity level of the internal
logging of TDLib. Can be called synchronously.
Returns Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
New value of the verbosity level for logging. -
Constructor Summary
ConstructorDescriptionSets the verbosity level of the internal logging of TDLib.SetLogVerbosityLevel
(int newVerbosityLevel) Sets the verbosity level of the internal logging of TDLib.SetLogVerbosityLevel
(DataInput input) Sets the verbosity level of the internal logging of TDLib. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
newVerbosityLevel
public int newVerbosityLevelNew 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- 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
- int 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.
-
SetLogVerbosityLevel
Sets the verbosity level of the internal logging of TDLib. Can be called synchronously.Returns
Ok
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-