Added the MoonshotLogger class, which by default, does nothing. But if the --enable...
authorDan Breslau <dbreslau@painless-security.com>
Tue, 19 Apr 2016 20:16:24 +0000 (16:16 -0400)
committerDan Breslau <dbreslau@painless-security.com>
Tue, 19 Apr 2016 21:42:33 +0000 (17:42 -0400)
commit3be9164b4ef280f25b996238a135b2f29e95e8fb
tree90757b8d3703470c311a1468ee0448e3d65207b8
parent5945fe01218c5f9534c8017726db2d5fcb358b84
Added the MoonshotLogger class, which by default, does nothing. But if the --enable-log4vala argument is passed on the command line to ../configure, this class wraps the Log4Vala logger (which you must already have installed.)
Makefile.am
configure.ac
src/moonshot-id.vala
src/moonshot-identity-management-view.vala
src/moonshot-identity-manager-app.vala
src/moonshot-logger.vala [new file with mode: 0644]
src/moonshot-server.vala