12 using namespace Nymph;
16 int main(
int argc,
char** argv)
22 catch( std::exception& e )
24 KTERROR( cclog,
"Something went wrong while processing the command line:\n" << e.what() );
Interface for the command-line handler and the configurator.
KTLOGGER(applog, "KTApplication")
int main(int argc, char **argv)
Contains the logger class and macros, based on Kasper's KLogger class.