The Wayback Machine - https://web.archive.org/web/20211020044506/https://github.com/topics/logging
Skip to content
#

logging

Here are 5,972 public repositories matching this topic...

MurzNN
MurzNN commented Sep 27, 2021

Is your feature request related to a problem? Please describe.
I have a container's logs with mixed output of nginx, php-fpm, php errors and custom application logs.
And to I need to attach a fixed value as custom text to label in pipeline_stages, based on regexp matching, something like this:

if "log ~= '^{app="brick-drupal",': set label="drupal"
elseif "log ~= "NOTICE: PHP message|

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 Sep 19, 2021
  • Swift

Improve this page

Add a description, image, and links to the logging 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 topic, visit your repo's landing page and select "manage topics."

Learn more