Package org.drinkless.tdlib
Class TdApi.GetLogTagVerbosityLevel
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.LogVerbosityLevel>
org.drinkless.tdlib.TdApi.GetLogTagVerbosityLevel
- Enclosing class:
- TdApi
Returns current verbosity level for a specified TDLib internal log tag. Can be called synchronously.
Returns LogVerbosityLevel
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.Logging tag to change verbosity level. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns current verbosity level for a specified TDLib internal log tag.Creates a function, which returns current verbosity level for a specified TDLib internal log tag. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
tag
Logging tag to change verbosity level. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetLogTagVerbosityLevel
public GetLogTagVerbosityLevel()Default constructor for a function, which returns current verbosity level for a specified TDLib internal log tag. Can be called synchronously.Returns
LogVerbosityLevel
-
GetLogTagVerbosityLevel
Creates a function, which returns current verbosity level for a specified TDLib internal log tag. Can be called synchronously.Returns
LogVerbosityLevel
- Parameters:
tag
- Logging tag to change verbosity level.
-
-
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 classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-