Package it.tdlight.jni
Class TdApi.SetLogStream
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.SetLogStream
- Enclosing class:
- TdApi
public static class TdApi.SetLogStream extends TdApi.Function
Sets new log stream for internal
logging of TDLib. Can be called synchronously.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.LogStream
logStream
New log stream. -
Constructor Summary
Constructors Constructor Description SetLogStream()
Sets new log stream for internal logging of TDLib.SetLogStream(TdApi.LogStream logStream)
Sets new log stream for internal logging of TDLib.SetLogStream(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
logStream
New log stream. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
SetLogStream
public SetLogStream()Sets new log stream for internal logging of TDLib. Can be called synchronously.Returns
Ok
-
SetLogStream
Sets new log stream for internal logging of TDLib. Can be called synchronously.Returns
Ok
- Parameters:
logStream
- LogStream New log stream.
-
SetLogStream
- 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()
-