listeners property

List<ILogRecorder> listeners

The listeners property is a getter that returns a list of ILogRecorder objects.

It represents the log recorders that are attached to this LogManager. LogManager manages and interacts with these log recorders for logging purposes.

Implementation

List<ILogRecorder> get listeners;