🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

rlogs.js

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

rlogs.js

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

0.0.3
unpublished
latest
Source
npm
Version published
Maintainers
1
Created
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

rennia

FAQs

Package last updated on 15 Nov 2020

Did you know?

Socket

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