--- a/loggingservices/eventlogger/LogServ/inc/LOGREPDEFS.H Thu Aug 12 11:53:23 2010 +0100
+++ b/loggingservices/eventlogger/LogServ/inc/LOGREPDEFS.H Mon Sep 27 11:59:56 2010 +0100
@@ -1,4 +1,4 @@
-// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
@@ -18,6 +18,8 @@
#ifndef __LOGREPDEFS_H__
#define __LOGREPDEFS_H__
+#include "logcntdef.h"
+
const TUid KUidLogengRepository = { 0x101f401d }; //The repository for Log engine
const TInt KMaxLogSizeRepKey = 1;
const TInt KMaxRecentLogSizeRepKey = 2;
@@ -25,4 +27,18 @@
const TInt KContactMatchCountRepKey = 4;
const TInt KContactNameFormatRepKey = 5;
+/**
+Default contact matching digits count.
+If the LogEng repository cannot be open, this is the value which will be used by the LogEng server.
+@internalAll
+*/
+const TInt KLogContactMatchCount = 7;
+
+/**
+Default contact name format.
+If the LogEng repository cannot be open, this is the value which will be used by the LogEng server.
+@internalAll
+*/
+const TLogContactNameFormat KLogContactNameFormat = ELogWesternFormat;
+
#endif