Skip to content

Commit abf86c1

Browse files
committed
wip
1 parent 537dbd3 commit abf86c1

File tree

1 file changed

+8
-1
lines changed
  • packages/signals/signals/src/core/signals

1 file changed

+8
-1
lines changed

packages/signals/signals/src/core/signals/signals.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,14 @@ export class Signals implements ISignals {
135135
debug(): void {
136136
this.globalSettings.signalsDebug.setAllDebugging(true)
137137
}
138-
x
138+
139+
/**
140+
* Log signals to the console.
141+
*/
142+
enableDebugLogging(): void {
143+
logger.enableDebugLogging()
144+
}
145+
139146
/**
140147
* Emit custom signals.
141148
*/

0 commit comments

Comments
 (0)