Logger#
- class ioh.iohcpp.logger.Logger#
Bases:
pybind11_object
Base class for all loggers
Attributes Summary
Reference to the currently attached problem
Methods Summary
add_trigger
(self, arg0)Add a trigger to the logger
call
(self, arg0)Performs logging behaviour
reset
(self)Reset the state of the logger
Attributes Documentation
- problem#
Reference to the currently attached problem
Methods Documentation
- add_trigger(self: ioh.iohcpp.logger.Logger, arg0: ioh.iohcpp.logger.trigger.Trigger) None #
Add a trigger to the logger
- call(self: ioh.iohcpp.logger.Logger, arg0: ioh.iohcpp.LogInfo) None #
Performs logging behaviour
- reset(self: ioh.iohcpp.logger.Logger) None #
Reset the state of the logger