Bind2Loader()
{
BackendMakers().report(new Bind2Factory);
- L << Logger::Info << "[bind2backend] This is the bind backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl;
+ L << Logger::Info << "[bind2backend] This is the bind backend version " VERSION " reporting" << endl;
}
};
static Bind2Loader bind2loader;
public:
GeoLoader() {
BackendMakers().report(new GeoFactory);
- L << Logger::Info << "[geobackend] This is the geo backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl;
+ L << Logger::Info << "[geobackend] This is the geo backend version " VERSION " reporting" << endl;
}
};
public:
GeoIPLoader() {
BackendMakers().report(new GeoIPFactory);
- L << Logger::Info << "[geobackend] This is the geo backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl;
+ L << Logger::Info << "[geobackend] This is the geo backend version " VERSION " reporting" << endl;
}
};
gMySQLLoader()
{
BackendMakers().report(new gMySQLFactory("gmysql"));
- L << Logger::Info << "[gmysqlbackend] This is the gmysql backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl;
+ L << Logger::Info << "[gmysqlbackend] This is the gmysql backend version " VERSION " reporting" << endl;
}
};
static gMySQLLoader gmysqlloader;
//! This reports us to the main UeberBackend class
gOracleLoader() {
BackendMakers().report(new gOracleFactory("goracle"));
- L << Logger::Info << "[goraclebackend] This is the goracle backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl;
+ L << Logger::Info << "[goraclebackend] This is the goracle backend version " VERSION " reporting" << endl;
}
};
gPgSQLLoader()
{
BackendMakers().report(new gPgSQLFactory("gpgsql"));
- L << Logger::Info << "[gpgsqlbackend] This is the gpgsql backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl;
+ L << Logger::Info << "[gpgsqlbackend] This is the gpgsql backend version " VERSION " reporting" << endl;
}
};
static gPgSQLLoader gpgsqlloader;
gSQLite3Loader()
{
BackendMakers().report( new gSQLite3Factory( "gsqlite3" ));
- L << Logger::Info << "[gsqlite3] This is the gsqlite3 backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << std::endl;
+ L << Logger::Info << "[gsqlite3] This is the gsqlite3 backend version " VERSION " reporting" << std::endl;
}
};
LdapLoader()
{
BackendMakers().report( &factory );
- L << Logger::Info << "[ldapbackend] This is the ldap backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl;
+ L << Logger::Info << "[ldapbackend] This is the ldap backend version " VERSION " reporting" << endl;
}
};
LMDBLoader()
{
BackendMakers().report(new LMDBFactory);
- L << Logger::Info << "[lmdbbackend] This is the lmdb backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl;
+ L << Logger::Info << "[lmdbbackend] This is the lmdb backend version " VERSION " reporting" << endl;
}
};
{
BackendMakers().report(new LUAFactory);
- L << Logger::Info << "[luabackend] This is the lua backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl;
+ L << Logger::Info << "[luabackend] This is the lua backend version " VERSION " reporting" << endl;
}
};
public:
MyDNSLoader() {
BackendMakers().report(new MyDNSFactory());
- L << Logger::Info << "[mydnsbackend] This is the mydns backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl;
+ L << Logger::Info << "[mydnsbackend] This is the mydns backend version " VERSION " reporting" << endl;
}
};
OdbxLoader()
{
BackendMakers().report( &factory );
- L.log( "[opendbxbackend] This is the opendbx backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting", Logger::Info );
+ L.log( "[opendbxbackend] This is the opendbx backend version " VERSION " reporting", Logger::Info );
}
};
OracleLoader()
{
BackendMakers().report(new OracleFactory);
- L << Logger::Info << "[oraclebackend] This is the oracle backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl;
+ L << Logger::Info << "[oraclebackend] This is the oracle backend version " VERSION " reporting" << endl;
}
};
PipeLoader()
{
BackendMakers().report(new PipeFactory);
- L << Logger::Info << kBackendId <<" This is the pipe backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl;
+ L << Logger::Info << kBackendId <<" This is the pipe backend version " VERSION " reporting" << endl;
}
};
RandomLoader()
{
BackendMakers().report(new RandomFactory);
- L << Logger::Info << "[randombackend] This is the random backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl;
+ L << Logger::Info << "[randombackend] This is the random backend version " VERSION " reporting" << endl;
}
};
RemoteLoader::RemoteLoader() {
BackendMakers().report(new RemoteBackendFactory);
- L << Logger::Info << kBackendId << " This is the remote backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl;
+ L << Logger::Info << kBackendId << " This is the remote backend version " VERSION " reporting" << endl;
}
static RemoteLoader remoteloader;
public:
TinyDNSLoader() {
BackendMakers().report(new TinyDNSFactory);
- L << Logger::Info << "[tinydnsbackend] This is the tinydns backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl;
+ L << Logger::Info << "[tinydnsbackend] This is the tinydns backend version " VERSION " reporting" << endl;
}
};