1.6.7 • Published 3 years ago
nexusloggerjs v1.6.7
What NexusLogger is all About
NexusLogger is a Simple but Advanced Logging System! It features Custom Logging with your own Texts!
Features already Released and Features that are still being Developed
- Custom Logging
- Version Checking
- File Log Saving
- User Options
- Enable/Disable features
- User Friendly Logging System
- NPM Package Docs
How to use NexusLogger
const { NexusLogger } = require("nexusloggerjs");
const NotNexus = new NexusLogger("NexusLoggingTest");
// Checks if version is compatible with your version
NotNexus.checkVersion(`Your version string`);
// If version is not compatible
// It will send out an error and will not proceed to execute
// NotNexus.checkVersion("1.5.10");
// Executes a Console Log
NotNexus.consoleLog("Console Test Log")
// Executes a Info Log
NotNexus.infoLog("Info Test Log");
// Executes a Warn Log
NotNexus.warnLog("Warn Test Log");
// Executes an Error Log
NotNexus.errorLog("Error Test Log");
If you are interested on suggesting we are working on something for suggestions on our discord server!
Discord server not availale temporarily
1.6.7
3 years ago
1.6.6
3 years ago
1.6.5
3 years ago
1.6.4
3 years ago
1.6.3
3 years ago
1.6.2
3 years ago
1.6.1
3 years ago
1.6.0
3 years ago
1.6.0-dev.1
3 years ago
1.5.10
3 years ago
1.5.9
3 years ago
1.5.8
3 years ago
1.5.7
3 years ago
1.5.6
3 years ago
1.5.5
3 years ago
1.5.4
3 years ago
1.5.3
3 years ago
1.5.2
3 years ago
1.5.1
3 years ago
1.5.0
3 years ago
1.4.7
3 years ago
1.4.6
3 years ago
1.4.5
3 years ago
1.3.4
3 years ago
1.3.3
3 years ago
1.3.2
3 years ago
1.3.1
3 years ago
1.3.0
3 years ago
1.2.7
3 years ago
1.2.6
3 years ago
1.2.5
3 years ago
1.2.1
3 years ago
1.1.0
3 years ago
1.0.6
3 years ago
1.0.4
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago