wallaroo.logs
def
fetch_plateau_logs(server: str, topic: str, limit: int = 100):
class
LogEntry:
Wraps a single log entry.
This class is highly experimental, is unsupported/untested, and may change/disappear in the near future.
class
LogEntries(typing.List[wallaroo.logs.LogEntry]):
Wraps a list of log entries.
This class is highly experimental, is unsupported/untested, and may change/disappear in the near future.
Inherited Members
- builtins.list
- list
- clear
- copy
- append
- insert
- extend
- pop
- remove
- index
- count
- reverse
- sort
class
LogEntriesShadowDeploy(typing.List[wallaroo.logs.LogEntry]):
Wraps a list of log entries.
This class is highly experimental, is unsupported/untested, and may change/disappear in the near future.
Inherited Members
- builtins.list
- clear
- copy
- append
- insert
- extend
- pop
- remove
- index
- count
- reverse
- sort