forked from mirror/gitea
911975059a
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. |
||
---|---|---|
.. | ||
colors_router.go | ||
colors.go | ||
conn_test.go | ||
conn.go | ||
console_other.go | ||
console_test.go | ||
console_windows.go | ||
console.go | ||
errors.go | ||
event.go | ||
file_test.go | ||
file.go | ||
flags.go | ||
groutinelabel_test.go | ||
groutinelabel.go | ||
level_test.go | ||
level.go | ||
log_test.go | ||
log.go | ||
logger.go | ||
multichannel.go | ||
provider.go | ||
smtp_test.go | ||
smtp.go | ||
stack.go | ||
writer_test.go | ||
writer.go |