LogClient
Hierarchy
- ResourceClient
- LogClient
Index
Methods
__init__
Initialize the LogClient.
Parameters
args: Any
kwargs: Any
Returns None
get
Retrieve the log as text.
Returns Optional[str]
str, optional: The retrieved log, or None, if it does not exist.
stream
Retrieve the log as a file-like object.
Returns Optional[io.IOBase]
io.IOBase, optional: The retrieved log as a file-like object, or None, if it does not exist.
Sub-client for manipulating logs.