1.3.3 • Published 2 years ago

@use-services/winston v1.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Winston

// in services.ts
import * as Winston from "@use-services/winston";

const options = {
  logger: {
    init: Winston.init,
    args: {
      console: {
        level: "debug",
      },
    },
  } as Winston.Option<Winston.Service>,
};

// usage
await srvs.logger.error(err, { topic: "Api" });
1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago