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
2026-05-15 18:47:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d6888fa2d8dc53bd22febc3df7170adfa2d65621
jitsi-meet
/
react
/
features
/
base
/
logging
/
index.js
4 lines
87 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Introduce features/base/logging The functionality around logging including logging_config.js i.e. loggingConfig and the other classes and/or functions that initialize loggers for Jits Meet truly deserves a feature of its own. Start getting in that direction on both Web and mobile by introducing features/base/logging and bringing loggingConfig to mobile.
2017-04-23 15:17:31 -05:00
export
*
from
'./actions'
;
export
*
from
'./actionTypes'
;
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
export
*
from
'./functions'
;
Reference in New Issue
Copy Permalink