1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/cordova/android/logging.js

6 lines
88 B
JavaScript
Raw Normal View History

2015-06-30 01:45:20 -04:00
window.Logger = {
log: function (str) {
LoggingBridge.log(str);
}
};