Preliminary support for ZIO 2.0. This is a complete redesign and no attempt is made to preserve backward compatibility.
Now all ZIO Logging functionality integrates into ZIO 2.0 via RuntimeConfigAspect
s, which install logging hooks to handle both string and errors. Basic support for structured logging is included, because the new LogAppender
can handle both structured and unstructured logging.
Much additional work remains supporting various backends.