0
|
1 |
#
|
|
2 |
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
# All rights reserved.
|
|
4 |
# This component and the accompanying materials are made available
|
|
5 |
# under the terms of "Eclipse Public License v1.0"
|
|
6 |
# which accompanies this distribution, and is available
|
|
7 |
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
8 |
#
|
|
9 |
# Initial Contributors:
|
|
10 |
# Nokia Corporation - initial contribution.
|
|
11 |
#
|
|
12 |
# Contributors:
|
|
13 |
#
|
|
14 |
# Description:
|
|
15 |
#
|
|
16 |
#
|
|
17 |
|
|
18 |
Configuring logging:
|
|
19 |
|
|
20 |
- Copy release\htiapi.jar to the lib directory of your application.
|
|
21 |
- Modify conf\htiapilogging.properties, OR if your app is already using java logging, copy the htiapi detailed
|
|
22 |
logging levels (com.nokia.HTI.*) to the existing logging properties file from conf\htiapilogging.properties
|
|
23 |
file and adjust them as you like.
|
|
24 |
- Add to your application's start script following java system property (only for applications NOT using java
|
|
25 |
logging at the moment, otherwise the following should already be included):
|
|
26 |
|
|
27 |
-Djava.util.logging.config.file=some_directory_path_under_your_app/conf/htiapilogging.properties
|
|
28 |
|