Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 540 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 540 Bytes

tracing-chrometrace

Overview

A tracing Layer that for logs formatted representations of tracing events viewed by the Chrome Trace Viewer at chrome://tracing.

Usage

use tracing_chrometrace::ChromeLayer;
use tracing_subscriber::{Registry, prelude::*};

tracing_subscriber::registry().with(ChromeLayer::default()).init();