Package lib :: Package cuckoo :: Package core :: Module log
[hide private]
[frames] | no frames]

Module log

source code

Classes [hide private]
  DatabaseHandler
Logging to database handler.
  TaskHandler
Per-task logger.
  ConsoleHandler
Logging to console handler.
Functions [hide private]
 
task_log_start(task_id)
Associate a thread with a task.
source code
 
task_log_stop(task_id)
Disassociate a thread from a task.
source code
Variables [hide private]
  _tasks = {}