Logs message and current data
Subclass of Component.
Main methods and properties
level (int, optional): Logging levelarrow-up-right. Defaults to loggingarrow-up-right.NOTSETarrow-up-right.
logger (Optional[loggingarrow-up-right.Loggerarrow-up-right], 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.
Last updated 1 year ago