UNPKG

@deepkush97/logger-ts

Version:

A simple logger implementation with typescript containing two transport method for logging.

4 lines (3 loc) 148 B
export { ConsoleTransport } from "./ConsoleTransport"; export { FileTransport } from "./FileTransport"; export { Transport } from "./Transport";