This website requires JavaScript.
Explore
Help
Register
Sign In
ZF
/
jitsi-meet
Watch
1
Star
0
Fork
0
You've already forked jitsi-meet
mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced
2025-12-30 03:12:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8f0b9575c4a3c289f26b03818cd4ec3e24eb41ec
jitsi-meet
/
react
/
features
/
dropbox
/
logger.ts
4 lines
97 B
TypeScript
Raw
Normal View
History
Unescape
Escape
logging: use individual, names loggers React Native doesn't define __filename nor __dirname so do it artisanally. In addition, this helps with centralizing the configuration passed to loggers.
2019-08-21 16:50:00 +02:00
import
{
getLogger
}
from
'../base/logging/functions'
;
ref(logging) Rename logger ids to facilitate proper filtering of logs.
2025-09-09 19:12:01 -04:00
export
default
getLogger
(
'app:dropbox'
)
;
Reference in New Issue
Copy Permalink