The application scope that includes this listener implementation.
The class name of the event that is being listened to by this listener.
The class name of the event that is being listened to by this listener,
e.g. "OnActivityCreated"
.
This property permits to log information to the console or in files depending on the configuration. This logger instance can be accessed by extending listeners to use a common log process.
The application scope that includes this listener implementation,
e.g. "payout"
.
This method uses the logger to print debug messages.
This method uses the logger to print error messages.
Optionally, a stack
can be passed to print a stack trace.
This method signatures serves as a base definition for application-level event listeners. All child classes must overload this method with their own implementation.
Generated using TypeDoc
Constructs an instance of a base listener.
public