| 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.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
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