Files
jitsi-meet/react/features/chat/logger.ts
srijan 048d12de24 feat(logging): replace console.* with centralized logger infrastructure (#16655)
* feat(logging): replace console.* with centralized logger infrastructure

* fix(logging): remove logger from size-constrained bundles
2025-11-19 18:31:35 -06:00

4 lines
94 B
TypeScript

import { getLogger } from '../base/logging/functions';
export default getLogger('app:chat');