`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