Expand description
Constants for categorizing the logging type
To help stabilize logging targets, avoid typos and improve consistency, it’s preferable for logging statements use static target constants, that we define in this module.
Core + server side components should use global namespace,
while client should generally be prefixed with client::
.
This makes it easier to filter interesting calls when
running e.g. devimint
, that will run both server and client
side.
Structs§
- Consolidates the setup of server tracing into a helper