java_logging package
   
   
   
- AgentryHandler class
This is an implementation of the Java Logging API's Handler class that will route log messages to the Agentry Server Java System Connection's log file. 
- AgentryJavaLoggingConfigurator class
This class is used by the Java System Connection to set up a default configuration for the Java Logging API. 
- UserLogRecord class
This class is used to create a log record that, if received by an instance of AgentryHandler, will be routed to a user-specific log file on the Agentry server. 
- UserLogger class
This class is used in combination with AgentryHandler to route messages to the user-specific log files on the Agentry Server.