Skip to content

go-kita/log

Repository files navigation

Language Log GoDoc Go Report Card

Translations: English | 简体中文

Log

This module provides a simple logging interface which is easy to use and implement. It also provides a usable implementation based on the log package of the Go SDK.

The following logging frameworks are adapted:

Features

  • Print message via the Print-like function family: Print,Printf,Println
  • Support key/value pairs metadata.
  • Support named loggers.
  • Support level logging.
  • Support dynamic runtime logging level control by logger names.
  • Support context.Context and extracting value from it.

Authors

License

Log is licensed under the MIT. See LICENSE for the full license text.