logger#
Logging functions.
Module Contents#
Functions#
Get the logger with the associated name.  | 
|
Used to print out the batch times.  | 
|
Log with a subtitle.  | 
|
Log with a title.  | 
|
How much time has elapsed since the search started.  | 
Contents#
- evalml.utils.logger.get_logger(name)[source]#
 Get the logger with the associated name.
- Parameters
 name (str) – Name of the logger to get.
- Returns
 The logger object with the associated name.