mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
feat(runtime): add WorkerLogLevel
(#19316)
This is not really used yet, but provides some infrastructure for doing more fine grained logging in JS. I will add warn messages in a future PR.
This commit is contained in:
parent
acc6cdc0b1
commit
3b69d238cd
7 changed files with 60 additions and 23 deletions
|
@ -35,3 +35,4 @@ pub mod worker;
|
|||
|
||||
mod worker_bootstrap;
|
||||
pub use worker_bootstrap::BootstrapOptions;
|
||||
pub use worker_bootstrap::WorkerLogLevel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue