# log **Repository Path**: mirrors_influxdata/log ## Basic Information - **Project Name**: log - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # log Package log implements a simple structured logging API inspired by [apex/log](https://github.com/apex/log), designed with centralization and log levels in mind. Some code from [apex/log](https://github.com/apex/log/blob/master/LICENSE) was used for the initial implementation. The primary difference between the two is that each logger has its own level and inherits the level from its parent. ## Badges [![GoDoc](https://godoc.org/github.com/influxdata/log?status.svg)](https://godoc.org/github.com/influxdata/log) ![](https://img.shields.io/badge/license-MIT-blue.svg)