Sylvain patch #2, with modifications:

CommonLibs: Avoid direct syslog calls in ConfigurationTable

    We instead introduce a 'log early' facility in Logger.h to accomplish
    the same

    Signed-off-by: Sylvain Munaut <tnt@246tNt.com>

I added similar code to the reporting functions, which did not exist when sylvain made this patch

git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@4629 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
kurtis.heimerl
2012-12-16 06:08:18 +00:00
parent db70eb4c6e
commit 00913d74d9
5 changed files with 25 additions and 17 deletions

View File

@@ -32,7 +32,7 @@
using namespace std;
ConfigurationTable gConfig("exampleconfig.db","test",LOG_LOCAL7);
ConfigurationTable gConfig("exampleconfig.db","test");
void purgeConfig(void*,int,char const*, char const*, sqlite3_int64)
{