Skip to content

Commit 5c911a7

Browse files
authored
Merge pull request #344 from aaltat/logger_console
Add missing logger.console
2 parents 7c95696 + a52fffd commit 5c911a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Browser/utils/logger.py

+4
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ def warn(msg: Any, html=False):
2121

2222
def error(msg: Any, html=False):
2323
logger.error(msg, html)
24+
25+
26+
def console(msg: Any):
27+
logger.console(msg)

0 commit comments

Comments
 (0)