Java Code Examples for org.jboss.logging.Logger.Level#INFO

The following examples show how to use org.jboss.logging.Logger.Level#INFO . You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: MsgLogger.java    From hawkular-agent with Apache License 2.0 4 votes vote down vote up
@LogMessage(level = Level.INFO)
@Message(id = 10056, value = "Periodic auto-discovery scans have been disabled")
void infoAutoDiscoveryDisabled();
 
Example 2
Source File: MsgLogger.java    From hawkular-agent with Apache License 2.0 4 votes vote down vote up
@LogMessage(level = Level.INFO)
@Message(id = 10087, value = "Metrics exporter is disabled; this agent will not expose any metrics")
void infoMetricsExporterDisabled();
 
Example 3
Source File: MsgLogger.java    From hawkular-agent with Apache License 2.0 4 votes vote down vote up
@LogMessage(level = Level.INFO)
@Message(id = 10086, value = "Metrics exporter starting - binding to [%s] using configuration [%s]")
void infoStartMetricsExporter(String hostPort, String configFile);
 
Example 4
Source File: ControllerLogger.java    From wildfly-core with GNU Lesser General Public License v2.1 4 votes vote down vote up
@LogMessage(level = Level.INFO)
@Message(id = 28, value = "Attribute '%s' in the resource at address '%s' is deprecated, and may be removed in " +
        "a future version. See the attribute description in the output of the read-resource-description operation " +
        "to learn more about the deprecation.")
void attributeDeprecated(String name, String address);
 
Example 5
Source File: MsgLogger.java    From hawkular-agent with Apache License 2.0 4 votes vote down vote up
@LogMessage(level = Level.INFO)
@Message(id = 10082, value = "Agent being asked to start but is currently stopping. Will wait and then restart.")
void infoAgentWillStartAfterStopping();
 
Example 6
Source File: PatchLogger.java    From wildfly-core with GNU Lesser General Public License v2.1 4 votes vote down vote up
@LogMessage(level = Level.INFO)
@Message(id = 50, value = "%s cumulative patch ID is: %s, one-off patches include: %s")
void logPatchingInfo(String identityName, String cp, String patches);
 
Example 7
Source File: ControllerLogger.java    From wildfly-core with GNU Lesser General Public License v2.1 4 votes vote down vote up
@LogMessage(level = Level.INFO)
@Message(id = 355, value = "Reconnecting to syslog handler '%s failed")
void reconnectToSyslogFailed(String name, @Cause Throwable e);
 
Example 8
Source File: MsgLogger.java    From hawkular-agent with Apache License 2.0 4 votes vote down vote up
@LogMessage(level = Level.INFO)
@Message(id = 10068, value = "Agent is already stopped.")
void infoStoppedAlready();
 
Example 9
Source File: DomainControllerLogger.java    From wildfly-core with GNU Lesser General Public License v2.1 4 votes vote down vote up
@LogMessage(level = Level.INFO)
@Message(id = 71, value = "Interrupted awaiting host prepared response(s) -- cancelling updates for hosts %s")
void interruptedAwaitingHostPreparedResponse(Set<String> hosts);
 
Example 10
Source File: MsgLogger.java    From hawkular-agent with Apache License 2.0 4 votes vote down vote up
@LogMessage(level = Level.INFO)
@Message(id = 10057, value = "Auto-discovery scans will be performed every [%d] seconds")
void infoAutoDiscoveryEnabled(int periodSeconds);
 
Example 11
Source File: MsgLogger.java    From hawkular-agent with Apache License 2.0 4 votes vote down vote up
@LogMessage(level = Level.INFO)
@Message(id = 10030, value = "Using keystore at [%s]")
void infoUseKeystore(String keystorePath);
 
Example 12
Source File: MsgLogger.java    From hawkular-agent with Apache License 2.0 4 votes vote down vote up
@LogMessage(level = Level.INFO)
@Message(id = 10022, value = "Resource type [%s] is disabled - all if its child types will also be disabled: %s")
void infoDisablingResourceTypes(Object disabledType, List<?> toBeDisabled);
 
Example 13
Source File: DomainControllerLogger.java    From wildfly-core with GNU Lesser General Public License v2.1 4 votes vote down vote up
@LogMessage(level = Level.INFO)
@Message(id = 81, value = "Timed out after %d ms awaiting final response from host %s; remote process has been notified to cancel operation")
void timedOutAwaitingFinalResponse(long timeout, String hostName);
 
Example 14
Source File: ControllerLogger.java    From wildfly-core with GNU Lesser General Public License v2.1 4 votes vote down vote up
@LogMessage(level = Level.INFO)
@Message(id = 351, value = "Execution of operation '%s' on remote process at address '%s' interrupted while awaiting final response; remote process has been notified to terminate operation")
void interruptedAwaitingFinalResponse(String operation, PathAddress proxyNodeAddress);
 
Example 15
Source File: MsgLogger.java    From hawkular-agent with Apache License 2.0 4 votes vote down vote up
@LogMessage(level = Level.INFO)
@Message(id = 10002, value = "Hawkular Agent is disabled - it will not be started")
void infoAgentDisabled();
 
Example 16
Source File: ControllerLogger.java    From wildfly-core with GNU Lesser General Public License v2.1 4 votes vote down vote up
@LogMessage(level = Level.INFO)
@Message(id = 410, value = "Execution of operation '%s' on remote process at address '%s' timed out after %d ms while awaiting final response; remote process has been notified to terminate operation")
void timeoutAwaitingFinalResponse(String operation, PathAddress proxyNodeAddress, long timeout);
 
Example 17
Source File: ControllerLogger.java    From wildfly-core with GNU Lesser General Public License v2.1 4 votes vote down vote up
@LogMessage(level = Level.INFO)  // use INFO -- DEBUG is too low as there's a bug here and we want to know;
                                 // WARN is too high as it likely does not harm the end user and the user can't do anything about it
@Message(id = 444, value = "The handler for operation '%s' at address '%s' attempted to add a stage %s step. " +
        "This is not valid for a 'profile' resource on process type %s so this step will not be executed.")
void invalidRuntimeStageForProfile(String operation, String address, OperationContext.Stage stage, ProcessType processType);
 
Example 18
Source File: MsgLogger.java    From hawkular-agent with Apache License 2.0 4 votes vote down vote up
@LogMessage(level = Level.INFO)
@Message(id = 10000, value = "Loaded configuration file [%s]")
void infoLoadedConfigurationFile(String filepath);
 
Example 19
Source File: DomainControllerLogger.java    From wildfly-core with GNU Lesser General Public License v2.1 2 votes vote down vote up
/**
 * Logs a warning message indicating the domain model has changed on re-connect and the servers need to be restarted
 * for the changes to take affect.
 *
 * @param servers the servers that need to restart.
 */
@LogMessage(level = Level.INFO)
@Message(id = 8, value = "Domain model has changed on re-connect. The following servers will need to be restarted for changes to take affect: %s")
void domainModelChangedOnReConnect(Set<ServerIdentity> servers);
 
Example 20
Source File: DomainControllerLogger.java    From wildfly-core with GNU Lesser General Public License v2.1 2 votes vote down vote up
/**
 * Logs a warning message indicating an interruption awaiting the final response from the host, represented by the
 * {@code hostName} parameter.
 *
 * @param hostName the name of the host.
 */
@LogMessage(level = Level.INFO)
@Message(id = 5, value = "Interrupted awaiting final response from host %s; remote process has been notified to cancel operation")
void interruptedAwaitingFinalResponse(String hostName);