Module: log4jConfig

This module exports the log4j configuration options for the project

Parameters:
Name Type Description
options object

These are various log options available

Properties
Name Type Description
categories.default object

Wires up logging files for bot, errors and the console. Create with logger.getLogger()

Properties
Name Type Description
tweets object

Adds tweet log to everything else along with default category. Create with logger.getLogger('default.tweets')

Source:

Requires