strlog
  • Introduction
    • Getting started
  • Components
    • Handler
    • Filter
    • Logging context
  • Recipes
  • Reference Documentation
Powered by GitBook
On this page

Introduction

Welcome to the strlog documentation!

NextGetting started

Last updated 6 months ago

strlog.dart demo

Introduction

strlog is a structured logger, in which log records include a message, severity level, and bound set of fields representing key-value pairs.

strlog provides a logger which enables reporting events (records) of interest. Typically, a logger has a record handler assigned to it. A handler is responsible for handling emitted records. It can delegate them to an external interface (like a file or stdout), or simply ignore them.