Logger
-
class mnemosyne.libmnemosyne.logger.Logger(component_manager)
-
activate()
-
added_card(card)
-
added_card_type(card_type)
-
added_fact(fact)
-
added_media(filename, fact)
-
added_tag(tag)
-
archive_old_log()
- Archive log to history folder if it’s large enough.
-
deactivate()
-
deleted_card(card)
-
deleted_card_type(card_type)
-
deleted_fact(fact)
-
deleted_media(filename, fact)
-
deleted_tag(tag)
-
dump_to_txt_log()
- If we’re not logging to a standard text file, we need to dump the
collected logs to such a file from time to time for uploading.
-
loaded_database()
-
repetition(card, scheduled_interval, actual_interval, new_interval, thinking_time)
-
saved_database()
-
start_logging()
-
started_program()
-
started_scheduler()
-
stopped_program()
-
updated_card(card)
-
updated_card_type(card_type)
-
updated_fact(fact)
-
updated_tag(tag)