1.1.7 • Published 1 month ago

@phnq/log v1.1.7

Weekly downloads
285
License
ISC
Repository
github
Last release
1 month ago

@phnq/log

npm version

Super basic, no frills logging for client or server.

Features

  • Very few features, very inflexible
  • Colourized log category (based on category name)
  • Extremely basic regex-based category matching for enabling/disabling loggers

Usage

import { createLogger } from "@phnq/log";

const serverLog = createLogger("server");

serverLog("Server starting on port %d", process.env.PORT);
1.1.7

1 month ago

1.1.6

9 months ago

1.1.5

9 months ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago