I'm trying to inherit from Logger, and I my custom logger to print to stdout using writeln(). But I can't because writeLogMsg is @safe, whereas writeln() is @system.

Why is writeLogMsg @safe? This is too restrictive.

Reply via email to