forgejo/modules/log
wxiaoguang 911975059a
Improve test logger (#24235)
Before, there was a `log/buffer.go`, but that design is not general, and
it introduces a lot of irrelevant `Content() (string, error) ` and
`return "", fmt.Errorf("not supported")` .


And the old `log/buffer.go` is difficult to use, developers have to
write a lot of `Contains` and `Sleep` code.


The new `LogChecker` is designed to be a general approach to help to
assert some messages appearing or not appearing in logs.
2023-04-21 16:32:25 -04:00
..
colors.go Improve trace logging for pulls and processes (#22633) 2023-02-03 18:11:48 -05:00
colors_router.go
conn.go Improve test logger (#24235) 2023-04-21 16:32:25 -04:00
conn_test.go
console.go Improve test logger (#24235) 2023-04-21 16:32:25 -04:00
console_other.go
console_test.go
console_windows.go
errors.go
event.go Improve test logger (#24235) 2023-04-21 16:32:25 -04:00
file.go Improve test logger (#24235) 2023-04-21 16:32:25 -04:00
file_test.go
flags.go
groutinelabel.go Update go dev dependencies (#22064) 2022-12-08 16:21:37 +08:00
groutinelabel_test.go
level.go
level_test.go
log.go Remove most path-based golangci exclusions (#24214) 2023-04-19 22:08:01 -04:00
log_test.go
logger.go Remove most path-based golangci exclusions (#24214) 2023-04-19 22:08:01 -04:00
multichannel.go Remove most path-based golangci exclusions (#24214) 2023-04-19 22:08:01 -04:00
provider.go Improve test logger (#24235) 2023-04-21 16:32:25 -04:00
smtp.go Improve test logger (#24235) 2023-04-21 16:32:25 -04:00
smtp_test.go
stack.go
writer.go Remove most path-based golangci exclusions (#24214) 2023-04-19 22:08:01 -04:00
writer_test.go