Package moap :: Package util :: Module log
[hide private]
[frames] | no frames]

Module log

source code

Logging

Functions [hide private]
 
init() source code
Variables [hide private]
  COLORS = {1: 'RED', 2: 'YELLOW', 3: 'GREEN', 4: 'BLUE', 5: 'CY...
  DEBUG = 4
  ERROR = 1
  INFO = 3
  LOG = 5
  WARN = 2
  __package__ = 'moap.util'
Variables Details [hide private]

COLORS

Value:
{1: 'RED', 2: 'YELLOW', 3: 'GREEN', 4: 'BLUE', 5: 'CYAN'}