Fix | logger can't run
This commit is contained in:
parent
108b92da23
commit
e8d499775b
@ -145,7 +145,7 @@ class Logger(Options):
|
|||||||
Returns:
|
Returns:
|
||||||
Logger: The logger with the specified name.
|
Logger: The logger with the specified name.
|
||||||
"""
|
"""
|
||||||
return Logger(log_name=name)
|
return Logger(logger_name=name)
|
||||||
|
|
||||||
def info(self,
|
def info(self,
|
||||||
*message,
|
*message,
|
||||||
|
Loading…
Reference in New Issue
Block a user