- Enclosing class:
- TdApi
Sets the verbosity level for a specified
TDLib internal log tag. Can be called synchronously.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
New verbosity level; 1-1024.Logging tag to change verbosity level. -
Constructor Summary
ConstructorDescriptionSets the verbosity level for a specified TDLib internal log tag.SetLogTagVerbosityLevel
(DataInput input) Sets the verbosity level for a specified TDLib internal log tag.SetLogTagVerbosityLevel
(String tag, int newVerbosityLevel) Sets the verbosity level for a specified TDLib internal log tag. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
tag
Logging tag to change verbosity level. -
newVerbosityLevel
public int newVerbosityLevelNew verbosity level; 1-1024. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SetLogTagVerbosityLevel
public SetLogTagVerbosityLevel()Sets the verbosity level for a specified TDLib internal log tag. Can be called synchronously. ReturnsOk
-
SetLogTagVerbosityLevel
Sets the verbosity level for a specified TDLib internal log tag. Can be called synchronously. ReturnsOk
- Parameters:
tag
- String Logging tag to change verbosity level.newVerbosityLevel
- int New verbosity level; 1-1024.
-
SetLogTagVerbosityLevel
Sets the verbosity level for a specified TDLib internal log tag. Can be called synchronously. ReturnsOk
- 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()
-