`std/log` is the last of the sub-modules that uses the deprecated `Writer` (i.e. `Deno.Writer`) interface. It should use `WritableStream` instead. Related: - https://github.com/denoland/deno/pull/21465 - https://github.com/denoland/deno_std/issues/1986
std/logis the last of the sub-modules that uses the deprecatedWriter(i.e.Deno.Writer) interface. It should useWritableStreaminstead.Related:
Deno.Reader,Deno.ReaderSync,Deno.Writer,Deno.WriterSyncandDeno.Closerdeno#21465