1
0
mirror of https://github.com/taigrr/log-socket synced 2026-03-20 17:12:24 -07:00
Commit Graph

10 Commits

Author SHA1 Message Date
085aadaaef test(log): add comprehensive benchmarks
Adds a new benchmark_test.go file with comprehensive benchmarks for the logging library:

Serial benchmarks:
- Trace, Debug, Info, Notice, Warn, Error levels

Formatted logging:
- Debugf, Infof, Errorf variants

Parallel benchmarks:
- DebugParallel, InfoParallel, InfofParallel

Logger instance (namespaced):
- LoggerInfo, LoggerInfof, LoggerDebugParallel

Multiple clients/namespaces:
- MultipleClients, MultipleNamespaces

Message size comparison:
- Short, Medium, Long messages

Level filtering overhead:
- DebugFilteredByLevel

Also removes the duplicate BenchmarkDebugSerial from log_test.go and applies minor whitespace formatting fixes.

Fixes #6
2026-02-10 08:04:08 +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