AgentryJavaLoggingConfigurator class

This class is used by the Java System Connection to set up a default configuration for the Java Logging API.

Syntax

public class AgentryJavaLoggingConfigurator

Members

All members of AgentryJavaLoggingConfigurator, including inherited members.

Nested classes
Modifier 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).
Constructors
Modifier and Type Constructor Description
public AgentryJavaLoggingConfigurator() Configure the Java Logging API via the properties file at com/syclo/agentry/internal/logging.properties.

Usage

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.