Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/herberthe/log-monitor

nodejs网络应用日志规范库, 目前支持标准nginx日志和Apache日志
https://github.com/herberthe/log-monitor

Last synced: about 1 month ago
JSON representation

nodejs网络应用日志规范库, 目前支持标准nginx日志和Apache日志

Awesome Lists containing this project

README

        

# log-monitor

> 日志监控库

[简体中文](./README.CN.md) | [English](./README.md)

## 安装

```bash
npm i @herberthe/log-monitor
# or yarn
yarn add @herberthe/log-monitor
```

## 使用方法

```ts
const { LogMonitor } = require("@herberthe/log-monitor")
const monitor = new LogMonitor(options)
console.log(monitor.export())
```