mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
1081b9d865
This allows the users of 'unleash-server' to programatically change the logger implemnentation. #175
6 lines
110 B
JavaScript
6 lines
110 B
JavaScript
'use strict';
|
|
|
|
const logger = require('./lib/logger');
|
|
|
|
exports.setLoggerProvider = logger.setLoggerProvider;
|