logger module¶
-
class
package.entity.edata.logger.MyLogger¶ Bases:
objectClass used to write logs into file, console or both.
-
static
info(log_string)¶ Returns bandpass filtered data between the frequency ranges specified in the input. Args:
log_string (string): string to be printed as log.
- Returns:
None
-
static
print_log(log_string)¶ Returns bandpass filtered data between the frequency ranges specified in the input. Args:
log_string (string): string to be printed as log.
- Returns:
None
-
static