mirror of https://github.com/dapr/kit.git
* Adds IsOutputLevelEnabled to allow wasm to opt-out of generating strings Allocation of log messages is expensive in WebAssembly. This exposes the underlying IsLevelEnabled as IsOutputLevelEnabled. This will allow request-scoped caching of this and help wasm filters avoid overhead created for no reason. Signed-off-by: Adrian Cole <adrian@tetrate.io> * lint Signed-off-by: Adrian Cole <adrian@tetrate.io> Signed-off-by: Adrian Cole <adrian@tetrate.io> |
||
---|---|---|
.. | ||
dapr_logger.go | ||
dapr_logger_test.go | ||
logger.go | ||
logger_test.go | ||
options.go | ||
options_test.go |