FdbLoggingExtensions

Namespace: FoundationDB.Filters.Logging · class

Set of extension methods that add logging support on transactions

Methods

Annotate

static void Annotate(IFdbReadOnlyTransaction trans, string format, params object[] args)

Annotate a logged transaction

This method only applies to transactions created from a logged database instance. Calling this method on regular transaction is a no-op. You can call first, if you don't want to pay the cost of formatting the message when logging not enabled.