This class is used by the Java System Connection to set up a default configuration for the Java Logging API.
All members of AgentryJavaLoggingConfigurator, including inherited members.
Nested classesModifier and Type | Class | Description |
---|---|---|
class | ReallySimpleFormatter | This is a basic formatter class that is used for the AgentryJavaCompiler log file handler (to mimic the format that com.syclo.agentry.utility.Logger was using). |
Modifier and Type | Constructor | Description |
---|---|---|
public | AgentryJavaLoggingConfigurator() | Configure the Java Logging API via the properties file at com/syclo/agentry/internal/logging.properties. |
The default configuration will set up a single root logger using the AgentryHandler handler, which will result in all log messages being routed to the Java System Connection's log file on the Agentry Server.