The Talon Manual

Skip to end of metadata
Go to start of metadata

The following sections discuss Talons logging capabilities. In addition to its standard trace logging facilities, Talon has mechanism for logging binary data which allows for larger amounts of data to be written efficiently.  

Trace Logging

This section discusses Talon's trace logging capabilities. Here we'll explore how to enable trace for talon components and how to hook into other logging frameworks.

Binary Logging

Talon ships with high performance binary logging capabilities that range for very low level APIs to higher level primitives that can be used by end users. The platform's transaction logs allow logging ADM generated types couple with the requisite metadata needed to make them queryable by the platform's Transaction Log Tools. Built on top of the platform logging layer is the Talon Blogger API which provides a simpler set of APIs that can be leveraged by end users for writing to and tailing from s

  • No labels