Added a logging facility (MoonshotLogger, in moonshot-logger.vala). dbreslau-logging
authorDan Breslau <dbreslau@painless-security.com>
Wed, 6 Apr 2016 21:24:28 +0000 (17:24 -0400)
committerDan Breslau <dbreslau@painless-security.com>
Wed, 6 Apr 2016 21:24:28 +0000 (17:24 -0400)
commite9f99cbd579c98437e8bf78e6185038b66eb04c0
treea011c7b50165324fe9f37422b061dc719146d4f6
parent0932749404ea71441152182385de387d0687c2fa
Added a logging facility (MoonshotLogger, in moonshot-logger.vala).
By default, this does nothing. If enabled at compile time, logging
is implemented via Log4Vala.

To enable logging, run the ./configure script with the --enable-log4vala argument.
You must have Log4Vala installed on your system.
See https://github.com/nmelnick/Log4Vala.
Makefile.am
configure.ac
src/moonshot-logger.vala [new file with mode: 0644]