Fix uibinder global logger collision
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
// Requirements
|
// Requirements
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
const { LoggerUtil } = require('helios-core')
|
const { LoggerUtil: HeliosLoggerUtil } = require('helios-core')
|
||||||
const { Type } = require('helios-distribution-types')
|
const { Type } = require('helios-distribution-types')
|
||||||
|
|
||||||
const AuthManager = require('./assets/js/authmanager')
|
const AuthManager = require('./assets/js/authmanager')
|
||||||
@@ -16,7 +16,7 @@ let fatalStartupError = false
|
|||||||
let mainUiBootstrapStarted = false
|
let mainUiBootstrapStarted = false
|
||||||
let mainUiBootstrapped = false
|
let mainUiBootstrapped = false
|
||||||
|
|
||||||
const loggerUIBinder = LoggerUtil.getLogger('UIBinder')
|
const loggerUIBinder = HeliosLoggerUtil.getLogger('UIBinder')
|
||||||
|
|
||||||
// Mapping of each view to their container IDs.
|
// Mapping of each view to their container IDs.
|
||||||
const VIEWS = {
|
const VIEWS = {
|
||||||
|
|||||||
Reference in New Issue
Block a user