ProxyLogger
type ProxyLogger = object;
Minimal logger contract required by proxyWithLog. Only the methods
the proxy actually calls are listed, so any richer logger (e.g. one with
warn, error, redaction, etc.) is structurally assignable.
Properties
| Property | Type |
|---|---|
debug | LogMethod |
info | LogMethod |