Metadata-Version: 2.4
Name: cloudteam_logger
Version: 1.0.3
Summary: Logger module for cloudteam
Author-email: "CloudTeam.AI" <devops@cloudteam.ai>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# CloudTeam_Logger

## Table of Contents

- [About](#about)
- [Usage](#usage)
- [Functions](../function.md)

## About <a name = "about"></a>

This module is a logger module for cloudteam to simplify the logging process

## Usage <a name = "usage"></a>

in you code write the following line:    
```
from cloudteam_logger import cloudteam_logger
log = cloudteam_logger.ct_logger(<"the folder which you want the logs to be greated">,<optional: mode='debug'>)
log.<WANTED FUNCTION>("your log")
```

## Functions <a name = "function"></a>
- info - log level info
- error - log level error
- warning - log level warning
- critical - log level critical
- debug - only shown when mode = debug, log level debug