Skip to content

Commit 4214480

Browse files
authored
fix(contact-center): add logger proxy for consumption (#4046)
1 parent 4f14698 commit 4214480

File tree

1 file changed

+1
-0
lines changed
  • packages/@webex/plugin-cc/src

1 file changed

+1
-0
lines changed

packages/@webex/plugin-cc/src/cc.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export default class ContactCenter extends WebexPlugin implements IContactCenter
3838
private services: Services;
3939
private httpRequest: HttpRequest;
4040
private taskManager: TaskManager;
41+
public LoggerProxy = LoggerProxy;
4142

4243
constructor(...args) {
4344
super(...args);

0 commit comments

Comments
 (0)