Install
REPL
API
A module for logging message with timestamps
from spikedev.logging import log_msg log_msg("Hello World") # 2015-01-01 00:13:02.440 AM: Hello World
spikedev.logging.
log_msg
Prints a timestamp followed by the msg string
msg