2.0.0-alpha.2 • Published 9 months ago

guvercin v2.0.0-alpha.2

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Guvercin

Guvercin (Turkish word for "dove", pronounced /ɡyverˈdʒin/) is a very simple logger library for Node.js.

Installation

npm i guvercin

Usage

import { Guvercin } from "guvercin";

const guvercin = new Guvercin({
  enabled: true;
  showTime: true;
  saveToLocal: boolean;
  logFilePath: "./logs";
  separator?: "#";
  name?: "Logger";
  scope?: "users-controller";
});

guvercin.debug("This is a debug message");
guvercin.error("This is an error message");
guvercin.info("This is an info message");
guvercin.success("This is a success message");
guvercin.warning("This is a warning message");
2.0.0-alpha.1

9 months ago

2.0.0-alpha.2

9 months ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago