| 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.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
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