Kind: Class
Source: atloria-monorepo/libs/agent-core/src/session/verbose-logger.ts
Methods
| Method | Signature | Returns |
|---|---|---|
setVerbose | setVerbose(enabled: boolean) | void |
isVerbose | isVerbose() | boolean |
resetCounters | resetCounters() | void |
Where it refuses work
VerboseLoggerstops the work with an early return whenenabled === this.enabled.
Was this page helpful?