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

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.6.64-experimental+729270cf207a6113e8bbb043419936f745983b67
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