Justin Gordon a9f52faa46 Add new appender logglyTagged
This appender allows adding tags to any call to the logger.

Documentation added:

Loggly Appender. Sends logging events to Loggly using node-loggly,
optionally setting tags.

This appender will scan the msg from the logging event, and pull out
any argument of the shape `{ tags: [] }` so that it's possible
to add tags in a normal logging call. If an object contains tags and
other members, that object is not used for loggly tagging.

For example:

logger.info({ tags: ['my-tag-1', 'my-tag-2'] }, 'Some message', someObj, ...)

And then this appender will remove the tags param and append it to the config.tags.
2016-03-03 18:44:43 -10:00
..
2015-06-16 14:22:07 -07:00
2014-09-08 12:17:50 +02:00
2015-11-18 16:09:24 +01:00
2014-11-05 11:58:09 +02:00
2013-05-26 16:51:46 +10:00
2015-11-27 15:10:52 +01:00