aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/verbose/print_test.go
AgeCommit message (Collapse)Author
2024-10-21fmsg: produce all output through fmsgOphestra Umiker
The behaviour of print functions from package fmt is not thread safe. Functions provided by fmsg wrap around Logger methods. This makes prefix much cleaner and makes it easy to deal with future changes to logging. Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
2024-10-20migrate to git.ophivana.moe/security/fortifyOphestra Umiker
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
2024-09-29verbose: test verbose behaviourOphestra Umiker
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>