package logging
import "github.com/tetratelabs/wazero/internal/wasip1/logging"
Index ¶
- func Config(fnd api.FunctionDefinition) (pSampler logging.ParamSampler, pLoggers []logging.ParamLogger, rLoggers []logging.ResultLogger)
- func IsInLogScope(fnd api.FunctionDefinition, scopes logging.LogScopes) bool
Functions ¶
func Config ¶
func Config(fnd api.FunctionDefinition) (pSampler logging.ParamSampler, pLoggers []logging.ParamLogger, rLoggers []logging.ResultLogger)
func IsInLogScope ¶
func IsInLogScope(fnd api.FunctionDefinition, scopes logging.LogScopes) bool
IsInLogScope returns true if the current function is in any of the scopes.
Source Files ¶
- Version
- v1.9.0 (latest)
- Published
- Feb 18, 2025
- Platform
- linux/amd64
- Imports
- 8 packages
- Last checked
- 4 days ago –
Tools for package owners.