Skip to content

Latest commit

 

History

History
59 lines (27 loc) · 1.47 KB

design-patterns-controls-LogStream.md

File metadata and controls

59 lines (27 loc) · 1.47 KB

LogStream

Basics

The LogStream control displays a stream of log entries and updates as new log entries are written

When to use

Use the LogStream control to display an updating stream of log entries so the user can understand what is happening in an underlying resource.

Best practices

Do

Don't

Developer tips and tricks

Interactive control and sample source code

Go to the playground site to use the latest control and get source code for your project. Learn more about playground.

Related info