FastIoT
latest
Quick start
Framework architecture
Tutorial Part 1: Getting started
Tutorial Part 2: Building services
Tutorial Part 3: Config management
Tutorial Part 4: Specific topics
Integrated Services
FastIoT API reference
FastIoT
Module code
fastiot.cli.cli_logging
Source code for fastiot.cli.cli_logging
import
logging
[docs]
def
get_cli_logger
():
return
logging
.
getLogger
(
"fastiot.cli"
)