Skip to content

Commit

Permalink
docs(log): mention potential deprecation of @std/log (#6364)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandv authored Jan 28, 2025
1 parent 4d359a2 commit f30741c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion log/mod.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
// Copyright 2018-2025 the Deno authors. MIT license.

/**
* Logging library with the support for terminal and file outputs. Also provides
* Logging library with support for terminal and file outputs. Also provides
* interfaces for building custom loggers.
*
* > [!IMPORTANT]
* > @std/log is [likely to be removed in the future](https://github.com/denoland/std/issues/6124).
* > Consider using [Open Telemetry](https://docs.deno.com/runtime/fundamentals/open_telemetry/).
*
* ## Loggers
*
* Loggers are objects that you interact with. When you use a logger method it
Expand Down

0 comments on commit f30741c

Please sign in to comment.