Merge "Revert "Apply model-config.xml"" into tizen_2.2
[platform/framework/native/appfw.git] / inc / FBaseLog.h
index 11f6711..cec83bc 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -894,7 +893,7 @@ extern "C" {
  *        bool
  *        MyEngine::Init(int value)
  *        {
- *           AppSecureLogExceptionTag("MyTag", "User ID : 'JoneDoe' mismatch.");
+ *           AppSecureLogDebugTag("MyTag", "User ID : 'JoneDoe' mismatch.");
  *
  *           return true;
  *        }
@@ -919,7 +918,7 @@ extern "C" {
  *        bool
  *        MyEngine::Init(int value)
  *        {
- *           AppSecureLogDebugTag("MyTag", "User ID : 'JoneDoe' mismatch.");
+ *           AppSecureLogExceptionTag("MyTag", "User ID : 'JoneDoe' mismatch.");
  *
  *           return true;
  *        }