/**
 * Logger that writes to a file
 *
 * @class Loggers.File
 * @constructor
 * @param {Object} config - Configuration for the FileLogger object
 */
function File(config) {

}

module.exports = File;