API Reference › Globals › ConsoleHandler
# Class: ConsoleHandler
# Hierarchy
- ConsoleHandler
# Index
# Methods
# Methods
# mute
▸ mute(method
: string | string[]): void
Defined in packages/common-core/mock/console-handler.ts:21
Parameters:
Name | Type |
---|---|
method | string | string[] |
Returns: void
# unmute
▸ unmute(method
: string | string[]): void
Defined in packages/common-core/mock/console-handler.ts:26
Parameters:
Name | Type |
---|---|
method | string | string[] |
Returns: void