mirror of
https://github.com/debug-js/debug.git
synced 2026-01-18 16:12:38 +00:00
docs
This commit is contained in:
parent
b6a3920a4e
commit
609f6f5cc4
@ -69,7 +69,7 @@ setInterval(function(){
|
||||
|
||||
## Conventions
|
||||
|
||||
If you're using this in one or more of your libraries, you _should_ use the name of your library so that developers may toggle debugging as desired without guessing names.
|
||||
If you're using this in one or more of your libraries, you _should_ use the name of your library so that developers may toggle debugging as desired without guessing names. If you have more than one debuggers you _should_ prefix them with your library name and use ":" to separate features. For example "bodyParser" from Connect would then be "connect:bodyParser".
|
||||
|
||||
## Wildcards
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user