wiz-alilog

wiz-alilog


Keywords
python, ali, log, sdk, wrapper
License
MIT
Install
pip install wiz-alilog==1.0.2

Documentation

wiz_alilog

from wiz_alilog.clent import AliLogClient
if __name__ == '__main__':
    with AliLogClient("cn-hongkong.log.aliyuncs.com", "project", "logstore", "keyid", "key") as c:
        res = c.query(query="query")