1
0
mirror of https://github.com/taigrr/log-socket synced 2026-04-14 05:58:10 -07:00
Commit Graph

10 Commits

Author SHA1 Message Date
9384170eb0 feat(ws): add read pump for disconnect detection, GetContext, Level.String
- Add WebSocket read pump in LogSocketHandler so client disconnects are
  detected promptly instead of only on the next WriteMessage call
- Add Client.GetContext(ctx) for context-aware blocking reads
- Implement fmt.Stringer on Level type (Level.String())
- Add tests for GetContext, GetContext cancellation, and Level.String()
2026-04-07 10:08:50 +00:00
f86c2dbf46 enable namespaced logging 2025-11-10 16:07:28 -05:00
0fa4de7961 Revert "add ability to embed other loggers of varying functionality"
This reverts commit 50c507c8f4.
2023-03-29 14:06:00 -07:00
50c507c8f4 add ability to embed other loggers of varying functionality 2023-03-29 14:02:57 -07:00
63ed3a2ad7 logger => log 2021-08-23 21:12:21 -07:00
2c7cf0494e Adds autoscroll feature to browser 2021-04-09 10:39:23 -07:00
1ea76f4ab1 breaks browser out into package 2021-04-09 09:47:49 -07:00
11ce4c4517 Adds example webpage and usage 2021-04-09 00:09:46 -07:00
15a9017e2e Adding tests, structuring data by client 2021-04-08 16:47:14 -07:00
cbd4896d05 Initial commit based on logrus 2021-04-08 15:12:07 -07:00