Class Log::View

Nested Relationships

This class is a nested type of Class Log.

Class Documentation

class View

A snapshot view of the log’s contents. This is thread-safe to read even while new entries are being added to the log, but those new entries will not be seen by this View. You must retrieve a new View to see new entries.