Socket
Socket
Sign inDemoInstall

rlogs.js

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    rlogs.js

rLogs | Better Log Notifications | by Swôth#9990


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

rLogs® | Better Log Notifications




Developer / Geliştirici: Swôth#9990 (Member of teamRennia)




Usage / Kullanım



EN: First we have to define the package.
TR: İlk olarak modülü tanımlamalıyız.
const rLogs = require('rlogs.js');

EN: Let's make the settings!
TR: Hadi ayarları yapalım!
const rLogs = require('rlogs.js');
new rLogs({
    language: "EN", // TR or EN is available...
    timezone: "Europe/Istanbul", // Example: Europe/Paris or Europe/Istanbul
    view: "NORMAL", // NORMAL and SMALL is available...
});

EN: Let's send a normal log!
TR: Hadi normal log gönderelim!
const rLogs = require('rlogs.js');
new rLogs({
    language: "EN", // TR or EN is available...
    timezone: "Europe/Istanbul", // Example: Europe/Paris or Europe/Istanbul
    view: "NORMAL", // NORMAL and SMALL is available...
});
rLogs.log("Hello world!"); // Output: [ Date: 22.10.2020 | Time: 19:09 ] LOG: Hello world!

EN: Let's send a warn log!
TR: Hadi uyarı logu gönderelim!
const rLogs = require('rlogs.js');
new rLogs({
    language: "EN", // TR or EN is available...
    timezone: "Europe/Istanbul", // Example: Europe/Paris or Europe/Istanbul
    view: "NORMAL", // NORMAL and SMALL is available...
});
rLogs.warn("WARN!"); // Output: [ Date: 22.10.2020 | Time: 19:09 ] WARN: WARN!

EN: Let's send a error log!
TR: Hadi hata logu gönderelim!
const rLogs = require('rlogs.js');
new rLogs({
    language: "EN", // TR or EN is available...
    timezone: "Europe/Istanbul", // Example: Europe/Paris or Europe/Istanbul
    view: "NORMAL", // NORMAL and SMALL is available...
});
rLogs.error("Oh error!"); // Output: [ Date: 22.10.2020 | Time: 19:09 ] ERROR: Oh error!



Updates / Güncellemeler



0.0.2 ▸ READ.ME bug has been fixed!


0.0.1 ▸ Package created and published on NPM




by Swôth#9990 (MIT)

Keywords

FAQs

Last updated on 15 Nov 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc