mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 22:24:17 +01:00
8 lines
107 B
Python
8 lines
107 B
Python
""" A simple log facility for yacv_server """
|
|
|
|
import logging
|
|
|
|
logger = logging.getLogger('yacv_server')
|
|
|
|
|