Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/browser-use/macOS-use
/ __init__
Method
__init__
gradio_app/src/utils/logging_utils.py:5–7 ·
view source on GitHub ↗
(self, log_queue)
Source
from the content-addressed store, hash-verified
3
4
class
QueueHandler(logging.Handler):
5
def
__init__(self, log_queue):
6
super().__init__()
7
self.log_queue = log_queue
8
9
def
emit(self, record):
10
try
:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected