diff --git a/README.md b/README.md index b960f78..e56b24a 100644 --- a/README.md +++ b/README.md @@ -957,7 +957,7 @@ class : print() print(f'{}') raise Exception() -logging.debug() +loguru.logger.debug() csv.writer().writerow([]) ``` diff --git a/index.html b/index.html index 127e038..936ebda 100644 --- a/index.html +++ b/index.html @@ -924,7 +924,7 @@ creature = Creature(Point(0, Str() use cases:
print(<el>)
 print(f'{<el>}')
 raise Exception(<el>)
-logging.debug(<el>)
+loguru.logger.debug(<el>)
 csv.writer(<file>).writerow([<el>])