Add a subscriber to the given type. If the configuration is setup to notify subscribers, then the callback given here will be called if a logging is performed on the given type.
SubscriberCallbackFunction, the function that will be called on log events.
a unique identifier for the subscriber which later can be used in removeLogSubscriber.
Generated using TypeDoc
Add a subscriber to the given type. If the configuration is setup to notify subscribers, then the callback given here will be called if a logging is performed on the given type.