Click or drag to resize
LoggingCallback Interface
An interface for a callback that can been registered to get the log messages

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public interface Callback

The LoggingCallback type exposes the following members.

Methods
  NameDescription
Public methodOnMessage
This function will be called whenever a new log is generated with a level above the threshold provided during registration.
Top
See Also