| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.SetLogStream
Synopsis
- data SetLogStream = SetLogStream {}
Documentation
data SetLogStream Source #
Sets new log stream for internal logging of TDLib. Can be called synchronously. Returns Ok
Constructors
| SetLogStream | |
Fields
| |
Instances
| ToJSON SetLogStream Source # | |
Defined in TD.Query.SetLogStream Methods toJSON :: SetLogStream -> Value # toEncoding :: SetLogStream -> Encoding # toJSONList :: [SetLogStream] -> Value # toEncodingList :: [SetLogStream] -> Encoding # | |
| Show SetLogStream Source # | |
Defined in TD.Query.SetLogStream Methods showsPrec :: Int -> SetLogStream -> ShowS # show :: SetLogStream -> String # showList :: [SetLogStream] -> ShowS # | |
| Eq SetLogStream Source # | |
Defined in TD.Query.SetLogStream | |
| ShortShow SetLogStream Source # | |
Defined in TD.Query.SetLogStream Methods shortShow :: SetLogStream -> String Source # | |