Package org.drinkless.tdlib
Class TdApi.AddLogMessage
- Enclosing class:
- TdApi
Adds a message to TDLib internal log. Can be called synchronously.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Text of a message to log.intThe minimum verbosity level needed for the message to be logged; 0-1023. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which adds a message to TDLib internal log.AddLogMessage(int verbosityLevel, String text) Creates a function, which adds a message to TDLib internal log. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
verbosityLevel
public int verbosityLevelThe minimum verbosity level needed for the message to be logged; 0-1023. -
text
Text of a message to log. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
AddLogMessage
public AddLogMessage()Default constructor for a function, which adds a message to TDLib internal log. Can be called synchronously.Returns
Ok -
AddLogMessage
Creates a function, which adds a message to TDLib internal log. Can be called synchronously.Returns
Ok- Parameters:
verbosityLevel- The minimum verbosity level needed for the message to be logged; 0-1023.text- Text of a message to log.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-