2727 */
2828@ SubSystemLogging (
2929 name = SessionFactoryLogging .NAME ,
30- description = "Logging related to SessionFactory lifecycle, serialization, and registry/JNDI operations "
30+ description = "Logging related to SessionFactory lifecycle and serialization "
3131)
3232@ MessageLogger (projectCode = "HHH" )
33- @ ValidIdRange (min = 90006001 , max = 90006100 )
33+ @ ValidIdRange (min = 90020001 , max = 90030000 )
3434@ Internal
3535public interface SessionFactoryLogging extends BasicLogger {
3636 String NAME = SubSystemLogging .BASE + ".factory" ;
@@ -44,7 +44,7 @@ public interface SessionFactoryLogging extends BasicLogger {
4444 void buildingSessionFactory ();
4545
4646 @ LogMessage (level = DEBUG )
47- @ Message (value = "Instantiating factory [%s] with settings: %s" , id = 90006001 )
47+ @ Message (value = "Instantiating factory [%s] with settings: %s" , id = 90020001 )
4848 void instantiatingFactory (String uuid , Map <String , Object > settings );
4949
5050 @ LogMessage (level = TRACE )
@@ -64,15 +64,15 @@ public interface SessionFactoryLogging extends BasicLogger {
6464 void alreadyClosed ();
6565
6666 @ LogMessage (level = DEBUG )
67- @ Message (value = "Closing factory [%s]" , id = 90006005 )
67+ @ Message (value = "Closing factory [%s]" , id = 90020005 )
6868 void closingFactory (String uuid );
6969
7070 @ LogMessage (level = DEBUG )
71- @ Message (value = "Serializing factory [%s]" , id = 90006010 )
71+ @ Message (value = "Serializing factory [%s]" , id = 90020010 )
7272 void serializingFactory (String uuid );
7373
7474 @ LogMessage (level = DEBUG )
75- @ Message (value = "Deserialized factory [%s]" , id = 90006011 )
75+ @ Message (value = "Deserialized factory [%s]" , id = 90020011 )
7676 void deserializedFactory (String uuid );
7777
7878 @ LogMessage (level = TRACE )
@@ -88,19 +88,19 @@ public interface SessionFactoryLogging extends BasicLogger {
8888 void resolvingSerializedFactory ();
8989
9090 @ LogMessage (level = TRACE )
91- @ Message ("Resolved factory by UUID: %s " )
91+ @ Message ("Resolved factory by UUID: [%s] " )
9292 void resolvedFactoryByUuid (String uuid );
9393
9494 @ LogMessage (level = TRACE )
95- @ Message ("Resolved factory by name: %s " )
95+ @ Message ("Resolved factory by name: '%s' " )
9696 void resolvedFactoryByName (String name );
9797
9898 @ LogMessage (level = TRACE )
9999 @ Message ("Resolving factory from deserialized session" )
100100 void resolvingFactoryFromDeserializedSession ();
101101
102102 @ LogMessage (level = WARN )
103- @ Message (value = "Unable to construct current session context [%s]" , id = 90006030 )
103+ @ Message (value = "Unable to construct current session context [%s]" , id = 90020030 )
104104 void unableToConstructCurrentSessionContext (String sessionContextType , @ Cause Throwable throwable );
105105
106106}
0 commit comments