Logger

class apicore.Logger
static error(string)

Print error message to stderr.

Parameters:string (str) – message to print.
static info(string)

Print information message to stdout.

Parameters:string (str) – message to print.