mirror of
https://github.com/taigrr/wails.git
synced 2026-04-14 02:48:21 -07:00
custom logger for Bridge.session
This commit is contained in:
committed by
Lea Anthony
parent
eb8a1f2303
commit
45a507673e
@@ -74,7 +74,7 @@ func (h *Bridge) startSession(conn *websocket.Conn) {
|
||||
conn: conn,
|
||||
bindingCache: h.bindingCache,
|
||||
ipc: h.ipcManager,
|
||||
log: h.log,
|
||||
log: logger.NewCustomLogger("BridgeSession"),
|
||||
eventManager: h.eventManager,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user