Skip to content
#

logging-library

Here are 553 public repositories matching this topic...

A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.

  • Updated Nov 9, 2020
  • Swift

Single header C++ logging library. It is extremely powerful, extendable, light-weight, fast performing, thread and type safe and consists of many built-in features. It provides ability to write logs in your own customized format. It also provide support for logging your classes, third-party libraries, STL and third-party containers etc.

  • Updated Feb 24, 2021
  • C++
hawkw
hawkw commented Feb 23, 2021

Feature Request

Crates

  • tracing-core

Motivation

The Collect trait currently has several methods with default implementations that return an Option or some other "empty" or "default" type. In many cases, this isn't because it makes sense for those methods to be optional, but because they were added after v0.1.0 was released and making them mandatory would have been a

izumi
neko-kai
neko-kai commented Apr 28, 2021

Reported on gitter https://gitter.im/7mind/izumi?at=60896bdbb38a713b2fb4a31c

When there's missing dependency error for type X and there exist defined named bindings for the same type such as X @Id("x"), what could happen is that the user made a typo or an forgot the qualifier, to help with these situations, the error message should also list all existing bindings that share the same type su

Improve this page

Add a description, image, and links to the logging-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the logging-library topic, visit your repo's landing page and select "manage topics."

Learn more