Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.management.protocol.messageserver.LogCategory

Packages that use LogCategory
com.genesyslab.platform.apptemplate.lmslogger This package provides support of Genesys LMS files and LMS events logging. 
com.genesyslab.platform.apptemplate.lmslogger.impl This package contains internal functionality of LMS Logging and Message Server delivery subsystems. 
com.genesyslab.platform.apptemplate.lmslogger.jul This package contains java.util.logging based implementation of LmsEventLogger and correspondent LmsLoggerFactory
com.genesyslab.platform.apptemplate.lmslogger.log4j This package contains Log4j v1.x implementation of LmsEventLogger and correspondent LmsLoggerFactory
com.genesyslab.platform.apptemplate.lmslogger.log4j2 This package contains Log4j2 implementation of LmsEventLogger and correspondent LmsLoggerFactory
com.genesyslab.platform.apptemplate.lmslogger.slf4j This package contains Slf4j implementation of LmsEventLogger and correspondent LmsLoggerFactory
com.genesyslab.platform.logging   
com.genesyslab.platform.management.protocol.messageserver   
com.genesyslab.platform.management.protocol.messageserver.events   
com.genesyslab.platform.management.protocol.messageserver.requests   
 

Uses of LogCategory in com.genesyslab.platform.apptemplate.lmslogger
 

Methods in com.genesyslab.platform.apptemplate.lmslogger with parameters of type LogCategory
 void LmsLoggerFactory.WrappedLogger.debug(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
           
 void LmsEventLogger.debug(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
          Logs localized LMS event as a debug message.
 void AbstractLmsEventLogger.debug(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
          Logs localized LMS event as a debug message.
protected abstract  void AbstractLmsEventLogger.doLogEvent(LogCategory category, AbstractLogger.Level logLevel, LmsMessageTemplate key, java.lang.Object... args)
          Logs a localized message.
Specific LmsEventLogger class should implement this method to process log messages.
 void LmsLoggerFactory.WrappedLogger.error(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
           
 void LmsEventLogger.error(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
          Logs localized LMS event as an error message.
 void AbstractLmsEventLogger.error(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
          Logs localized LMS event as an error message.
 void LmsLoggerFactory.WrappedLogger.fatal(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
           
 void LmsEventLogger.fatal(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
          Logs localized LMS event as a fatal error message.
 void AbstractLmsEventLogger.fatal(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
          Logs localized LMS event as a fatal error message.
 void LmsLoggerFactory.WrappedLogger.fatalError(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
           
 void LmsEventLogger.fatalError(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
          Logs localized LMS event as a fatal error message.
 void AbstractLmsEventLogger.fatalError(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
          Logs localized LMS event as a fatal error message.
 void LmsLoggerFactory.WrappedLogger.info(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
           
 void LmsEventLogger.info(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
          Logs localized LMS event as an info message.
 void AbstractLmsEventLogger.info(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
          Logs localized LMS event as an info message.
 void LmsLoggerFactory.WrappedLogger.log(LogCategory category, int key, java.lang.Object... args)
           
 void LmsEventLogger.log(LogCategory category, int key, java.lang.Object... args)
          Logs a localized message.
Its usage may look like:
 void AbstractLmsEventLogger.log(LogCategory category, int key, java.lang.Object... args)
          Logs a localized message.
Its usage may look like:
 void LmsLoggerFactory.WrappedLogger.log(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
           
 void LmsEventLogger.log(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
          Logs a localized message.
Its usage may look like:
 void AbstractLmsEventLogger.log(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
          Logs a localized message.
Its usage may look like:
 void LmsLoggerFactory.WrappedLogger.warn(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
           
 void LmsEventLogger.warn(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
          Logs localized LMS event as a warning message.
 void AbstractLmsEventLogger.warn(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
          Logs localized LMS event as a warning message.
 

Uses of LogCategory in com.genesyslab.platform.apptemplate.lmslogger.impl
 

Methods in com.genesyslab.platform.apptemplate.lmslogger.impl with parameters of type LogCategory
 void SilentLmsEventLogger.debug(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
          "Silent" logger implementation does not log anything.
protected  void SimpleLmsEventLogger.doLogEvent(LogCategory category, AbstractLogger.Level logLevel, LmsMessageTemplate key, java.lang.Object... args)
           
protected  void DirectLmsEventLogger.doLogEvent(LogCategory category, AbstractLogger.Level logLevel, LmsMessageTemplate key, java.lang.Object... args)
           
 void SilentLmsEventLogger.error(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
          "Silent" logger implementation does not log anything.
 void SilentLmsEventLogger.fatal(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
          "Silent" logger implementation does not log anything.
 void SilentLmsEventLogger.fatalError(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
          "Silent" logger implementation does not log anything.
 void SilentLmsEventLogger.info(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
          "Silent" logger implementation does not log anything.
 void SilentLmsEventLogger.log(LogCategory category, int key, java.lang.Object... args)
          "Silent" logger implementation does not log anything.
 void SilentLmsEventLogger.log(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
          "Silent" logger implementation does not log anything.
 void MSEventSenderImpl.push(java.lang.Integer entryId, LogCategory entryCategory, LogLevel level, java.lang.String entryText, java.util.Date date, AttributeList attributes)
           
 void MSEventSender.push(java.lang.Integer entryId, LogCategory entryCategory, LogLevel level, java.lang.String entryText, java.util.Date date, AttributeList attributes)
           
 void SilentLmsEventLogger.warn(LogCategory category, LmsMessageTemplate key, java.lang.Object... args)
          "Silent" logger implementation does not log anything.
 

Uses of LogCategory in com.genesyslab.platform.apptemplate.lmslogger.jul
 

Methods in com.genesyslab.platform.apptemplate.lmslogger.jul with parameters of type LogCategory
protected  void JulLmsEventLogger.doLogEvent(LogCategory category, AbstractLogger.Level logLevel, LmsMessageTemplate key, java.lang.Object... args)
           
 

Uses of LogCategory in com.genesyslab.platform.apptemplate.lmslogger.log4j
 

Methods in com.genesyslab.platform.apptemplate.lmslogger.log4j with parameters of type LogCategory
protected  void Log4jLmsEventLogger.doLogEvent(LogCategory category, AbstractLogger.Level logLevel, LmsMessageTemplate key, java.lang.Object... args)
          Log a localized message.
 

Uses of LogCategory in com.genesyslab.platform.apptemplate.lmslogger.log4j2
 

Methods in com.genesyslab.platform.apptemplate.lmslogger.log4j2 with parameters of type LogCategory
protected  void Log4j2LmsEventLogger.doLogEvent(LogCategory category, AbstractLogger.Level logLevel, LmsMessageTemplate key, java.lang.Object... args)
          Log a localized message.
 

Uses of LogCategory in com.genesyslab.platform.apptemplate.lmslogger.slf4j
 

Methods in com.genesyslab.platform.apptemplate.lmslogger.slf4j with parameters of type LogCategory
protected  void Slf4jLmsEventLogger.doLogEvent(LogCategory category, AbstractLogger.Level logLevel, LmsMessageTemplate key, java.lang.Object... args)
           
 

Uses of LogCategory in com.genesyslab.platform.logging
 

Methods in com.genesyslab.platform.logging that return LogCategory
 LogCategory LogEntry.getCategory()
           
 LogCategory LoggerPolicy.getCategory(java.lang.String message)
          Returns the default category for messages.
 LogCategory DefaultLoggerPolicy.getCategory(java.lang.String message)
          Returns the category for messages.
 

Methods in com.genesyslab.platform.logging with parameters of type LogCategory
 void LogEntry.setCategory(LogCategory logCategory)
           
 

Constructors in com.genesyslab.platform.logging with parameters of type LogCategory
DefaultLoggerPolicy(LogLevel level, LogCategory category, int entryId, boolean overwriteNetworkProtocolProps)
          Constructor.
LogEntry(int logMsgId, java.lang.String logMessage, java.util.Date dateTime, LogLevel logLevel, LogCategory logCategory, AttributeList attributes, java.lang.Object[] arguments)
          Constructor.
LogEntry(int logMsgId, java.lang.String logMessage, java.util.Date dateTime, LogLevel logLevel, LogCategory logCategory, java.lang.Object[] arguments)
          Constructor.
 

Uses of LogCategory in com.genesyslab.platform.management.protocol.messageserver
 

Fields in com.genesyslab.platform.management.protocol.messageserver declared as LogCategory
static LogCategory LogCategory.Alarm
           
static LogCategory LogCategory.Application
           
static LogCategory LogCategory.Audit
           
static LogCategory LogCategory.Default
           
 

Methods in com.genesyslab.platform.management.protocol.messageserver that return LogCategory
static LogCategory LogCategory.valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static LogCategory LogCategory.valueOf(java.lang.String name)
          Returns enumeration value with specified name or null if no such value exists.
 

Methods in com.genesyslab.platform.management.protocol.messageserver that return types with arguments of type LogCategory
static java.util.Collection<LogCategory> LogCategory.values()
          Returns all values of the enumeration.
 

Uses of LogCategory in com.genesyslab.platform.management.protocol.messageserver.events
 

Methods in com.genesyslab.platform.management.protocol.messageserver.events that return LogCategory
abstract  LogCategory EventLogMessage.getEntryCategory()
           
 

Methods in com.genesyslab.platform.management.protocol.messageserver.events with parameters of type LogCategory
static EventLogMessage EventLogMessage.create(LogLevel level, java.util.Date time, java.lang.Integer usec, java.lang.String messageHeader, java.lang.Integer entryId, java.lang.String entryText, byte[] entryData, LogCategory entryCategory, java.lang.String clientHost, java.lang.Integer clientId, java.lang.String clientName, AttributeList attributes)
          Creates instance of EventLogMessage with all parameters set.
abstract  void EventLogMessage.setEntryCategory(LogCategory entryCategory)
           
 

Uses of LogCategory in com.genesyslab.platform.management.protocol.messageserver.requests
 

Methods in com.genesyslab.platform.management.protocol.messageserver.requests that return LogCategory
abstract  LogCategory RequestLogMessage.getEntryCategory()
           
 

Methods in com.genesyslab.platform.management.protocol.messageserver.requests with parameters of type LogCategory
static RequestLogMessage RequestLogMessage.create(java.lang.Integer entryId, java.lang.String entryText, LogLevel level, LogCategory entryCategory, java.util.Date time, java.lang.String clientHost)
          Deprecated. use other create methods
static RequestLogMessage RequestLogMessage.create(java.lang.Integer entryId, java.lang.String entryText, LogLevel level, LogCategory entryCategory, java.util.Date time, java.lang.String clientHost, AttributeList attributes)
          Creates instance of RequestLogMessage.
abstract  void RequestLogMessage.setEntryCategory(LogCategory entryCategory)
           
 


Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.