<!--
The contents of this file are subject to the terms
of the Common Development and Distribution License
(the License). You may not use this file except in
compliance with the License.
You can obtain a copy of the License at
https://opensso.dev.java.net/public/CDDLv1.0.html or
opensso/legal/CDDLv1.0.txt
See the License for the specific language governing
permission and limitations under the License.
When distributing Covered Code, include this CDDL
Header Notice in each file and include the License file
at opensso/legal/CDDLv1.0.txt.
If applicable, add the following below the CDDL Header,
with the fields enclosed by brackets [] replaced by
your own identifying information:
"Portions Copyrighted [year] [name of copyright owner]"
$Id: LoggingLogMessageIDs.xml,v 1.3 2008/08/19 19:10:54 veiming Exp $
Copyright 2008 Sun Microsystems Inc. All Rights Reserved
-->
<!DOCTYPE logmessages
PUBLIC "OpenSSO Log Message DTD/EN"
"jar://com/sun/identity/log/messageid/amLogMessage.dtd"
>
<logmessages prefix="LOG">
<logmessage name="LOG_START_NEW_LOGGER" id="1"
loglevel="LL_INFO"
description="Logging Started - New Logger">
<datainfo>
<item>current location</item>
</datainfo>
<triggers>
<item>Logging started by getting a new Logger.</item>
</triggers>
<actions />
</logmessage>
<logmessage name="LOG_END" id="2"
loglevel="LL_INFO"
description="Logging Terminated - Server Stopped">
<datainfo>
<item>current location</item>
</datainfo>
<triggers>
<item>Logging terminated by server shutdown.</item>
</triggers>
<actions />
</logmessage>
<logmessage name="LOG_START_CONFIG" id="3"
loglevel="LL_INFO"
description="Logging Started - Configuration Change">
<datainfo>
<item>old location</item>
<item>new location</item>
<item>old backend</item>
<item>new backend</item>
<item>old security status</item>
<item>new security status</item>
<item>old status</item>
<item>new status</item>
<item>old level</item>
<item>new level</item>
</datainfo>
<triggers>
<item>Logging started after logging configuration change.</item>
</triggers>
<actions />
</logmessage>
<logmessage name="LOG_END_CONFIG" id="4"
loglevel="LL_INFO"
description="Logging Terminated - Configuration Change">
<datainfo>
<item>old location</item>
<item>new location</item>
<item>old backend</item>
<item>new backend</item>
<item>old security status</item>
<item>new security status</item>
<item>old status</item>
<item>new status</item>
<item>old level</item>
<item>new level</item>
</datainfo>
<triggers>
<item>Logging terminated by logging configuration change.</item>
</triggers>
<actions />
</logmessage>
</logmessages>