- Enclosing class:
- TdApi
public static final class TdApi.GetLogTagVerbosityLevel
extends TdApi.Function<TdApi.LogVerbosityLevel>
Returns current verbosity level for
a specified TDLib internal log tag.
Can be called synchronously.
Returns
LogVerbosityLevel
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Logging tag to change verbosity level. -
Constructor Summary
ConstructorDescriptionReturns current verbosity level for a specified TDLib internal log tag.GetLogTagVerbosityLevel
(DataInput input) Returns current verbosity level for a specified TDLib internal log tag.Returns current 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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetLogTagVerbosityLevel
public GetLogTagVerbosityLevel()Returns current verbosity level for a specified TDLib internal log tag. Can be called synchronously. ReturnsLogVerbosityLevel
-
GetLogTagVerbosityLevel
Returns current verbosity level for a specified TDLib internal log tag. Can be called synchronously. ReturnsLogVerbosityLevel
- Parameters:
tag
- String Logging tag to change verbosity level.
-
GetLogTagVerbosityLevel
Returns current verbosity level for a specified TDLib internal log tag. Can be called synchronously. ReturnsLogVerbosityLevel
- 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()
-