1.6.7 • Published 2 years ago

nexusloggerjs v1.6.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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

2 years ago

1.6.6

2 years ago

1.6.5

2 years ago

1.6.4

2 years ago

1.6.3

2 years ago

1.6.2

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.6.0-dev.1

2 years ago

1.5.10

2 years ago

1.5.9

2 years ago

1.5.8

2 years ago

1.5.7

2 years ago

1.5.6

2 years ago

1.5.5

2 years ago

1.5.4

2 years ago

1.5.3

2 years ago

1.5.2

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.7

2 years ago

1.4.6

2 years ago

1.4.5

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.1

2 years ago

1.1.0

2 years ago

1.0.6

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago