This repository has been archived on 2023-04-13. You can view files and clone it, but cannot push or open issues or pull requests.
logger4njs/index.js

9 lines
156 B
JavaScript
Raw Permalink Normal View History

2022-05-02 19:31:47 +02:00
/*
* Faulty's Logger (FL2)
* Created for Node.JS
*/
module.exports = {
Logger: require("./lib/logging"),
conversions: require("./lib/conversion")
};