Do you really find the three extra characters a big problem.
They are unnecessary. If you want to make clear you are dealing with logging, you can just write something along the lines of:
import log = std.logger; log.error("123"); David
Do you really find the three extra characters a big problem.
They are unnecessary. If you want to make clear you are dealing with logging, you can just write something along the lines of:
import log = std.logger; log.error("123"); David