core.common: deprecate outdated LazyLogger alias
This commit is contained in:
parent
614c929f95
commit
7023088d13
13 changed files with 50 additions and 30 deletions
|
@ -6,11 +6,11 @@ from .internal import assert_subpackage; assert_subpackage(__name__)
|
|||
|
||||
from typing import Iterable, Any, Optional, Dict
|
||||
|
||||
from .common import LazyLogger
|
||||
from .logging import make_logger
|
||||
from .types import asdict, Json
|
||||
|
||||
|
||||
logger = LazyLogger(__name__)
|
||||
logger = make_logger(__name__)
|
||||
|
||||
|
||||
class config:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue