aerc/worker/types
Robin Jarry cd19995557 logging: use level-based logger functions
Do not pass logger objects around anymore. Shuffle some messages to make
them consistent with the new logging API. Avoid using %v when a more
specific verb exists for the argument types.

The loggers are completely disabled (i.e. Sprintf is not even called)
by default. They are only enabled when redirecting stdout to a file.

Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Moritz Poldrack <moritz@poldrack.dev>
2022-07-23 22:52:15 +02:00
..
messages.go threading: enable filtering of server-side threads 2022-07-10 21:15:12 +02:00
sort.go Add sorting functionality 2019-09-20 14:56:02 -04:00
thread.go threading: honor user-defined sort criteria 2022-03-09 00:08:26 +01:00
thread_test.go messages: allow displaying email threads 2021-11-13 15:05:59 +01:00
worker.go logging: use level-based logger functions 2022-07-23 22:52:15 +02:00