Log
Logs message and current data
Last updated
Logs message and current data
Last updated
Subclass of .
Main methods and properties
level (int, optional): . Defaults to ..
logger (Optional[.], optional): Logger object. If value eqaules to None, evaluator logger will be used. Defaults to None.
message (str, optional): Message that will be logged. Defaults to "".
open (str, optional): String that will be inserted before mesage(new line). Defaults to "-"*40.
close (str, optional): String that will be inserted after mesage(new line). Defaults to "-"*40.
include_input_data (bool, optional): Include data representation in log. Defaults to True.
name (Optional[str], optional): Name for identification. If equals to None, class name will be used. Defaults to None.
Create message string
input_data (Any): Data for representation.
str: Message for logging.