| 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
Syntaxpublic interface Callback
Public Interface Callback
public interface class Callback
type Callback = interface end
The LoggingCallback type exposes the following members.
Methods|
| Name | Description |
|---|
 | OnMessage | This function will be called whenever a new log is
generated with a level above the threshold provided during
registration.
|
Top
See Also