Skip navigation links
A B C D E F G H I K L M N O P R S T U W 

A

activate(ComponentContext) - Method in class org.wso2.carbon.logging.service.internal.LoggingServiceComponent
 
activateOptions() - Method in class org.wso2.carbon.logging.service.appender.CarbonMemoryAppender
 
addAppender(Appender) - Method in class org.wso2.carbon.logging.service.registry.RegistryManager
Store the provided Log4J Appender in the Registry
ADDITIVITY - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.LoggerProperties
 
addLogger(Logger) - Method in class org.wso2.carbon.logging.service.registry.RegistryManager
when getting loggers from getCurrentLoggers method it will return all the loggers in the system.
addSyslogConfig(SyslogData) - Method in class org.wso2.carbon.logging.service.registry.RegistryManager
 
APP_NAME - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
APP_NAME - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.HColumn
 
append(LoggingEvent) - Method in class org.wso2.carbon.logging.service.appender.CarbonMemoryAppender
 
AppenderData - Class in org.wso2.carbon.logging.service.data
Author: amila Date: Jun 27, 2006
AppenderData() - Constructor for class org.wso2.carbon.logging.service.data.AppenderData
 
AppenderData(String, String, String, boolean) - Constructor for class org.wso2.carbon.logging.service.data.AppenderData
 
AppenderData(String, String, String, boolean, String, String, String, boolean) - Constructor for class org.wso2.carbon.logging.service.data.AppenderData
 
AppenderProperties() - Constructor for class org.wso2.carbon.logging.service.util.LoggingConstants.AppenderProperties
 
APPENDERS - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 

B

BACK_SLASH_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 

C

call() - Method in class org.wso2.carbon.logging.service.sort.LogEventSorter
 
CarbonMemoryAppender - Class in org.wso2.carbon.logging.service.appender
This appender will be used to capture the logs and later send to clients, if requested via the logging web service.
CarbonMemoryAppender() - Constructor for class org.wso2.carbon.logging.service.appender.CarbonMemoryAppender
 
CarbonMemoryAppender(CircularBuffer<TenantAwareLoggingEvent>) - Constructor for class org.wso2.carbon.logging.service.appender.CarbonMemoryAppender
 
CASSANDRA - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
CassandraProperties() - Constructor for class org.wso2.carbon.logging.service.util.LoggingConstants.CassandraProperties
 
CLASS_ATTRIBUTE - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.LogConfigProperties
 
clearCircularBuffer() - Method in class org.wso2.carbon.logging.service.appender.CarbonMemoryAppender
 
clearLogs() - Method in class org.wso2.carbon.logging.service.LogViewer
 
clearLogs() - Method in interface org.wso2.carbon.logging.service.provider.api.LogProvider
Do clear operation, eg: if it is a in memory log provider then this can be used to clear the memory.
clearLogs() - Method in class org.wso2.carbon.logging.service.provider.InMemoryLogProvider
 
close() - Method in class org.wso2.carbon.logging.service.appender.CarbonMemoryAppender
 
CLOSE_BRACKET_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
COLUMN_FAMILY - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.CassandraProperties
 
COLUMN_SEPARATOR_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
CONFIG_FILENAME - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
CURRENT_LOG - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 

D

DataHolder - Class in org.wso2.carbon.logging.service.internal
 
DATE_FORMATTER - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
DATE_TIME_FORMATTER - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
deactivate(ComponentContext) - Method in class org.wso2.carbon.logging.service.internal.LoggingServiceComponent
 
DEFAULT_LOGGING_CONFIG_NAMESPACE - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.LogConfigProperties
 
DEFAULT_VERSION - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
DEFUALT_CLUSTER_NAME - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
doPaging(int, List<C>, int, Pageable) - Static method in class org.wso2.carbon.logging.service.util.LoggingUtil
This method stream log messages and retrieve 100 log messages per page
downloadArchivedLogFiles(String, String, String) - Method in class org.wso2.carbon.logging.service.LogViewer
 
downloadLogFile(String, String, String) - Method in interface org.wso2.carbon.logging.service.provider.api.LogFileProvider
Download the file
downloadLogFile(String, String, String) - Method in class org.wso2.carbon.logging.service.provider.FileLogProvider
 

E

ERROR_LINE - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
ETC_DIR - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
EXCEPTION_START_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
execute(ConfigurationContext) - Method in class org.wso2.carbon.logging.service.sync.LoggingConfigSyncRequest
 

F

FACILITY - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.AppenderProperties
 
FileLogProvider - Class in org.wso2.carbon.logging.service.provider
 
FileLogProvider() - Constructor for class org.wso2.carbon.logging.service.provider.FileLogProvider
 

G

getAdditivity() - Method in class org.wso2.carbon.logging.service.data.LoggerData
 
getAllLoggerData(String, boolean) - Method in class org.wso2.carbon.logging.service.LoggingAdmin
 
getAllLogs(String, String) - Method in interface org.wso2.carbon.logging.service.provider.api.LogProvider
Return a list of all the logs available under given domain and server key
getAllLogs(String, String) - Method in class org.wso2.carbon.logging.service.provider.InMemoryLogProvider
 
getAllSystemLogs() - Method in class org.wso2.carbon.logging.service.LogViewer
 
getAppender(String) - Method in class org.wso2.carbon.logging.service.registry.RegistryManager
 
getAppenderData() - Method in class org.wso2.carbon.logging.service.data.LogData
 
getAppenderData(String) - Method in class org.wso2.carbon.logging.service.LoggingAdmin
 
getAppenderFromSet(Set<Appender>, String) - Static method in class org.wso2.carbon.logging.service.util.LoggingUtil
 
getAppenders() - Method in class org.wso2.carbon.logging.service.registry.RegistryManager
 
getApplicationLogs(String, String, String, String, String) - Method in class org.wso2.carbon.logging.service.LogViewer
 
getApplicationNames(String, String) - Method in class org.wso2.carbon.logging.service.LogViewer
 
getApplicationNames(String, String) - Method in interface org.wso2.carbon.logging.service.provider.api.LogProvider
Return a list of all application names deployed under provided tenant domain and server key
getApplicationNames(String, String) - Method in class org.wso2.carbon.logging.service.provider.InMemoryLogProvider
 
getAppName() - Method in class org.wso2.carbon.logging.service.data.LogEvent
 
getBootstrapRealmConfiguration() - Static method in class org.wso2.carbon.logging.service.internal.LoggingServiceComponent
 
getBufferSize() - Method in class org.wso2.carbon.logging.service.appender.CarbonMemoryAppender
 
getCassandraConfig() - Method in class org.wso2.carbon.logging.service.registry.RegistryManager
 
getCircularQueue() - Method in class org.wso2.carbon.logging.service.appender.CarbonMemoryAppender
 
getColumnList() - Method in class org.wso2.carbon.logging.service.appender.CarbonMemoryAppender
 
getConfigurationProperty(String) - Method in class org.wso2.carbon.logging.service.registry.RegistryManager
 
getConfigurationProperty(String) - Static method in class org.wso2.carbon.logging.service.util.LoggingUtil
 
getDate() - Method in class org.wso2.carbon.logging.service.appender.StreamData
 
getFacility() - Method in class org.wso2.carbon.logging.service.data.AppenderData
 
getFileSize() - Method in class org.wso2.carbon.logging.service.data.LogFileInfo
 
getInstance() - Method in class org.wso2.carbon.logging.service.data.LogEvent
 
getInstance() - Static method in class org.wso2.carbon.logging.service.internal.DataHolder
 
getIp() - Method in class org.wso2.carbon.logging.service.data.LogEvent
 
getIsFileAppender() - Method in class org.wso2.carbon.logging.service.data.AppenderData
 
getIsSysLogAppender() - Method in class org.wso2.carbon.logging.service.data.AppenderData
 
getKey() - Method in class org.wso2.carbon.logging.service.data.LogEvent
 
getLevel() - Method in class org.wso2.carbon.logging.service.data.LoggerData
 
getLineNumbers(String) - Method in class org.wso2.carbon.logging.service.LogViewer
 
getLineNumbers(String) - Static method in class org.wso2.carbon.logging.service.util.LoggingUtil
 
getLocalLogFiles(int, String, String) - Method in class org.wso2.carbon.logging.service.LogViewer
 
getLog() - Static method in class org.wso2.carbon.logging.service.config.SyslogConfigManager
 
getLogDate() - Method in class org.wso2.carbon.logging.service.data.LogFileInfo
 
getLogFile() - Method in class org.wso2.carbon.logging.service.data.AppenderData
 
getLogFile() - Method in class org.wso2.carbon.logging.service.data.LogData
 
getLogFileInfo() - Method in class org.wso2.carbon.logging.service.data.PaginatedLogFileInfo
 
getLogFileInfoList(String, String) - Method in interface org.wso2.carbon.logging.service.provider.api.LogFileProvider
Return a list of information about the log files, which is available under given tenant domain and serviceName eg: log name, log date, log size
getLogFileInfoList(String, String) - Method in class org.wso2.carbon.logging.service.provider.FileLogProvider
 
getLogFileProviderImplClassName() - Method in class org.wso2.carbon.logging.service.data.LoggingConfig
 
getLogFileProviderProperty(String) - Method in class org.wso2.carbon.logging.service.data.LoggingConfig
 
getLogger() - Method in class org.wso2.carbon.logging.service.data.LogEvent
 
getLogger(String) - Method in class org.wso2.carbon.logging.service.registry.RegistryManager
 
getLoggerData() - Method in class org.wso2.carbon.logging.service.data.LogData
 
getLoggerData(String) - Method in class org.wso2.carbon.logging.service.LoggingAdmin
 
getLoggers() - Method in class org.wso2.carbon.logging.service.registry.RegistryManager
 
getLogInfo() - Method in class org.wso2.carbon.logging.service.data.PaginatedLogEvent
 
getLogInfo() - Method in class org.wso2.carbon.logging.service.data.PaginatedLogMessage
 
getLogLevel() - Method in class org.wso2.carbon.logging.service.data.LogData
 
getLogLinesFromFile(String, int, int, int) - Method in class org.wso2.carbon.logging.service.LogViewer
 
getLogLinesFromFile(String, int, int, int) - Static method in class org.wso2.carbon.logging.service.util.LoggingUtil
 
getLogMessage() - Method in class org.wso2.carbon.logging.service.data.LogMessage
 
getLogName() - Method in class org.wso2.carbon.logging.service.data.LogFileInfo
 
getLogPattern() - Method in class org.wso2.carbon.logging.service.data.LogData
 
getLogProviderImplClassName() - Method in class org.wso2.carbon.logging.service.data.LoggingConfig
 
getLogProviderProperty(String) - Method in class org.wso2.carbon.logging.service.data.LoggingConfig
 
getLogs(String, String, String, String) - Method in class org.wso2.carbon.logging.service.LogViewer
 
getLogs(String, String, String, String, String) - Method in interface org.wso2.carbon.logging.service.provider.api.LogProvider
Returns a list of all LogEvents related to the given application, which match to given type and LogEvent message has given key word with it.
getLogs(String, String, String, String, String) - Method in class org.wso2.carbon.logging.service.provider.InMemoryLogProvider
 
getLogsByAppName(String, String, String) - Method in interface org.wso2.carbon.logging.service.provider.api.LogProvider
Return a list of all the LogEvents belongs to the application, which is deployed under given tenant domain and server key.
getLogsByAppName(String, String, String) - Method in class org.wso2.carbon.logging.service.provider.InMemoryLogProvider
 
getLogTime() - Method in class org.wso2.carbon.logging.service.data.LogEvent
 
getMessage() - Method in class org.wso2.carbon.logging.service.data.LogEvent
 
getName() - Method in class org.wso2.carbon.logging.service.data.AppenderData
 
getName() - Method in class org.wso2.carbon.logging.service.data.LoggerData
 
getNoOfLogEvents(String, String) - Method in class org.wso2.carbon.logging.service.LogViewer
 
getNumberOfPages() - Method in class org.wso2.carbon.logging.service.data.PaginatedLogEvent
 
getNumberOfPages() - Method in class org.wso2.carbon.logging.service.data.PaginatedLogFileInfo
 
getNumberOfPages() - Method in class org.wso2.carbon.logging.service.data.PaginatedLogMessage
 
getPaginatedApplicationLogEvents(int, String, String, String, String, String) - Method in class org.wso2.carbon.logging.service.LogViewer
 
getPaginatedLogEvents(int, String, String, String, String) - Method in class org.wso2.carbon.logging.service.LogViewer
 
getPaginatedLogFileInfo(int, String, String) - Method in class org.wso2.carbon.logging.service.LogViewer
 
getParentName() - Method in class org.wso2.carbon.logging.service.data.LoggerData
 
getPassword() - Method in class org.wso2.carbon.logging.service.config.SyslogConfiguration
 
getPassword() - Method in class org.wso2.carbon.logging.service.data.SyslogData
 
getPattern() - Method in class org.wso2.carbon.logging.service.data.AppenderData
 
getPort() - Method in class org.wso2.carbon.logging.service.config.SyslogConfiguration
 
getPort() - Method in class org.wso2.carbon.logging.service.data.SyslogData
 
getPreprocessedEvents() - Method in class org.wso2.carbon.logging.service.sort.LogEventSorter
 
getPriority() - Method in class org.wso2.carbon.logging.service.data.LogEvent
 
getRealm() - Method in class org.wso2.carbon.logging.service.config.SyslogConfiguration
 
getRealm() - Method in class org.wso2.carbon.logging.service.data.SyslogData
 
getRealmService() - Method in class org.wso2.carbon.logging.service.internal.DataHolder
 
getRealmService() - Method in class org.wso2.carbon.logging.service.internal.LoggingServiceComponent
 
getRegistry() - Method in class org.wso2.carbon.logging.service.internal.DataHolder
 
getResponse() - Method in class org.wso2.carbon.logging.service.sync.LoggingConfigSyncRequest
 
getSelectedAppenderData() - Method in class org.wso2.carbon.logging.service.data.LogData
 
getSelectedLoggerData() - Method in class org.wso2.carbon.logging.service.data.LogData
 
getServerConfigContext() - Method in class org.wso2.carbon.logging.service.internal.DataHolder
 
getServerName() - Method in class org.wso2.carbon.logging.service.data.LogEvent
 
getServiceNames() - Static method in class org.wso2.carbon.logging.service.config.ServiceConfigManager
 
getServiceNames() - Method in class org.wso2.carbon.logging.service.LogViewer
 
getSessionObject(String) - Static method in class org.wso2.carbon.logging.service.session.LoggingSessionManager
 
getStacktrace() - Method in class org.wso2.carbon.logging.service.data.LogEvent
 
getStream(String) - Static method in class org.wso2.carbon.logging.service.appender.StreamDefinitionCache
 
getStreamDefName() - Method in class org.wso2.carbon.logging.service.appender.StreamData
 
getStreamId() - Method in class org.wso2.carbon.logging.service.appender.StreamData
 
getSyslogConfig() - Static method in class org.wso2.carbon.logging.service.config.SyslogConfigManager
 
getSyslogConfig() - Method in class org.wso2.carbon.logging.service.registry.RegistryManager
 
getSyslogData() - Method in class org.wso2.carbon.logging.service.LoggingAdmin
 
getSyslogData() - Method in class org.wso2.carbon.logging.service.registry.RegistryManager
 
getSyslogData() - Static method in class org.wso2.carbon.logging.service.util.LoggingUtil
 
getSysLogHost() - Method in class org.wso2.carbon.logging.service.data.AppenderData
 
getSyslogHostURL() - Method in class org.wso2.carbon.logging.service.config.SyslogConfiguration
 
getSyslogLogPattern() - Method in class org.wso2.carbon.logging.service.config.SyslogConfiguration
 
getSyslogPattern() - Static method in class org.wso2.carbon.logging.service.config.SyslogConfigManager
 
getSystemLog() - Method in class org.wso2.carbon.logging.service.LoggingAdmin
Get all the information regarding the system log4j information but Logger information such as logger, parent logger, effective level and additivity.
getSystemLogLevel() - Static method in class org.wso2.carbon.logging.service.util.LoggingUtil
 
getSystemLogPattern() - Static method in class org.wso2.carbon.logging.service.util.LoggingUtil
 
getSystemLogs() - Method in interface org.wso2.carbon.logging.service.provider.api.LogProvider
Return a list of system LogEvents
getSystemLogs() - Method in class org.wso2.carbon.logging.service.provider.InMemoryLogProvider
 
getTenantId() - Method in class org.wso2.carbon.logging.service.data.LogEvent
 
getTenantIdForDomain(String) - Method in class org.wso2.carbon.logging.service.appender.CarbonMemoryAppender
 
getTenantIdForDomain(String) - Static method in class org.wso2.carbon.logging.service.util.LoggingUtil
 
getTenantManager() - Static method in class org.wso2.carbon.logging.service.internal.LoggingServiceComponent
 
getThreshold() - Method in class org.wso2.carbon.logging.service.data.AppenderData
 
getType() - Method in class org.wso2.carbon.logging.service.data.LogMessage
 
getUrl() - Method in class org.wso2.carbon.logging.service.data.SyslogData
 
getUserName() - Method in class org.wso2.carbon.logging.service.config.SyslogConfiguration
 
getUserName() - Method in class org.wso2.carbon.logging.service.data.SyslogData
 
GMT - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
GT_PATTARN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 

H

HColumn() - Constructor for class org.wso2.carbon.logging.service.util.LoggingConstants.HColumn
 
HOST_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 

I

init(LoggingConfig) - Method in interface org.wso2.carbon.logging.service.provider.api.LogFileProvider
Initialize the file log provider by reading the property comes with logging configuration file This will be called immediately after creating a new instance of LogFileProvider.
init(LoggingConfig) - Method in interface org.wso2.carbon.logging.service.provider.api.LogProvider
Initialize the log provider by reading the property comes with logging configuration file This will be called immediately after creating new instance of LogProvider
init(LoggingConfig) - Method in class org.wso2.carbon.logging.service.provider.FileLogProvider
Initialize the log provider by reading the property comes with logging configuration file This will be called immediate after create new instance of LogProvider
init(LoggingConfig) - Method in class org.wso2.carbon.logging.service.provider.InMemoryLogProvider
Initialize the log provider by reading the property comes with logging configuration file This will be called immediate after create new instance of ILogProvider
InMemoryLogProvider - Class in org.wso2.carbon.logging.service.provider
 
InMemoryLogProvider() - Constructor for class org.wso2.carbon.logging.service.provider.InMemoryLogProvider
 
INSTANCE - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.HColumn
 
INSTANCE - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
IP - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.HColumn
 
IP - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
IS_CASSANDRA_AVAILABLE - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.CassandraProperties
 
IS_FILE_APPENDER - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.AppenderProperties
 
IS_SYS_LOG_APPENDER - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.AppenderProperties
 
IS_SYSLOG_ON - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.SyslogConfigProperties
 
isAdmingService(String) - Static method in class org.wso2.carbon.logging.service.util.LoggingUtil
 
isFileAppenderConfiguredForST() - Method in class org.wso2.carbon.logging.service.LogViewer
 
isFileAppenderConfiguredForST() - Static method in class org.wso2.carbon.logging.service.util.LoggingUtil
 
isManager() - Method in class org.wso2.carbon.logging.service.LogViewer
 
isManager() - Static method in class org.wso2.carbon.logging.service.util.LoggingUtil
 
isStratosService(String) - Static method in class org.wso2.carbon.logging.service.config.ServiceConfigManager
 
isStratosService() - Method in class org.wso2.carbon.logging.service.LoggingAdmin
 
isStratosService() - Static method in class org.wso2.carbon.logging.service.util.LoggingUtil
 
isSysLogAppender() - Method in class org.wso2.carbon.logging.service.registry.RegistryManager
method is used to check current appender is a syslog appender.
isSysLogAppender(String) - Static method in class org.wso2.carbon.logging.service.util.LoggingUtil
 
isSyslogConfigured() - Static method in class org.wso2.carbon.logging.service.util.LoggingUtil
 
isSyslogOn() - Method in class org.wso2.carbon.logging.service.config.SyslogConfiguration
 
isValidTenant(String) - Method in class org.wso2.carbon.logging.service.LogViewer
 
isValidTenant(String) - Static method in class org.wso2.carbon.logging.service.util.LoggingUtil
 
isValidTenantDomain(String) - Method in class org.wso2.carbon.logging.service.LogViewer
 
isValidTenantDomain(String) - Static method in class org.wso2.carbon.logging.service.util.LoggingUtil
 

K

KEYSPACE - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.CassandraProperties
 

L

LINK_SEPARATOR_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
loadCustomConfiguration() - Static method in class org.wso2.carbon.logging.service.util.LoggingUtil
 
loadLoggingConfiguration(String) - Static method in class org.wso2.carbon.logging.service.config.LoggingConfigManager
Loads the given logging configuration file.
loadSyslogConfiguration() - Static method in class org.wso2.carbon.logging.service.config.SyslogConfigManager
Returns the configurations from the syslog configuration file.
LOCAL_CARBON_LOG_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
LOG4J_FILE_FOUND - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
LOG4J_FILE_LAST_MODIFIED - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
LOG_CONSOLE_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
LOG_DEBUG - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
LOG_DEBUG_HEADER_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
LOG_ERROR - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
LOG_ERROR_HEADER_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
LOG_FATAL - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
LOG_FATAL_HEADER_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
LOG_FILE_DATE_SEPARATOR - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
LOG_FILE_NAME - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.AppenderProperties
 
LOG_FILE_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
LOG_FILE_PROVIDER_CONFIG - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.LogConfigProperties
 
LOG_HEADER_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
LOG_INDEX_URL - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.SyslogProperties
 
LOG_INFO - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
LOG_INFO_HEADER_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
LOG_LEVEL - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.LoggerProperties
 
LOG_MEMORY_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
LOG_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.SyslogConfigProperties
 
LOG_PROVIDER_CONFIG - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.LogConfigProperties
 
LOG_TIME - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.HColumn
 
LOG_TIME - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
LOG_TRACE - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
LOG_TRACE_HEADER_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
LOG_WARN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
LOG_WARN_HEADER_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
LogConfigProperties() - Constructor for class org.wso2.carbon.logging.service.util.LoggingConstants.LogConfigProperties
 
LogData - Class in org.wso2.carbon.logging.service.data
 
LogData() - Constructor for class org.wso2.carbon.logging.service.data.LogData
 
LogEvent - Class in org.wso2.carbon.logging.service.data
 
LogEvent() - Constructor for class org.wso2.carbon.logging.service.data.LogEvent
 
LogEvent(String, String, String, String, String, String, String, String, String, String) - Constructor for class org.wso2.carbon.logging.service.data.LogEvent
 
LogEvent(String, String) - Constructor for class org.wso2.carbon.logging.service.data.LogEvent
 
LogEventSorter - Class in org.wso2.carbon.logging.service.sort
 
LogEventSorter(List<LogEvent>) - Constructor for class org.wso2.carbon.logging.service.sort.LogEventSorter
 
LogFileInfo - Class in org.wso2.carbon.logging.service.data
 
LogFileInfo(String, String, String) - Constructor for class org.wso2.carbon.logging.service.data.LogFileInfo
 
LogFileProvider - Interface in org.wso2.carbon.logging.service.provider.api
All log file providers must inherit this interface.
LOGGER - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.HColumn
 
LOGGER - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
LoggerData - Class in org.wso2.carbon.logging.service.data
 
LoggerData() - Constructor for class org.wso2.carbon.logging.service.data.LoggerData
 
LoggerData(String, String, boolean, String) - Constructor for class org.wso2.carbon.logging.service.data.LoggerData
 
LoggerProperties() - Constructor for class org.wso2.carbon.logging.service.util.LoggingConstants.LoggerProperties
 
LOGGERS - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
LOGGING_CONF_FILE - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
LOGGING_CONFIG - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.LogConfigProperties
 
LoggingAdmin - Class in org.wso2.carbon.logging.service
This is the Admin service used for obtaining Log4J information about the system and also used for managing the system Log4J configuration
LoggingAdmin() - Constructor for class org.wso2.carbon.logging.service.LoggingAdmin
 
LoggingAdminException - Exception in org.wso2.carbon.logging.service
 
LoggingAdminException(String) - Constructor for exception org.wso2.carbon.logging.service.LoggingAdminException
 
LoggingAdminException(String, Throwable) - Constructor for exception org.wso2.carbon.logging.service.LoggingAdminException
 
LoggingConfig - Class in org.wso2.carbon.logging.service.data
 
LoggingConfig() - Constructor for class org.wso2.carbon.logging.service.data.LoggingConfig
 
LoggingConfigManager - Class in org.wso2.carbon.logging.service.config
This class is used to read the logging configurations from the configuration file.
LoggingConfigManager() - Constructor for class org.wso2.carbon.logging.service.config.LoggingConfigManager
 
LoggingConfigReaderException - Exception in org.wso2.carbon.logging.service
This exception should be thrown when a logging configuration loading related error occurs.
LoggingConfigReaderException(String) - Constructor for exception org.wso2.carbon.logging.service.LoggingConfigReaderException
 
LoggingConfigReaderException(String, Throwable) - Constructor for exception org.wso2.carbon.logging.service.LoggingConfigReaderException
 
LoggingConfigSyncRequest - Class in org.wso2.carbon.logging.service.sync
Cluster message to be sent when logging configurations are modified.
LoggingConfigSyncRequest() - Constructor for class org.wso2.carbon.logging.service.sync.LoggingConfigSyncRequest
 
LoggingConstants - Class in org.wso2.carbon.logging.service.util
 
LoggingConstants() - Constructor for class org.wso2.carbon.logging.service.util.LoggingConstants
 
LoggingConstants.AppenderProperties - Class in org.wso2.carbon.logging.service.util
 
LoggingConstants.CassandraProperties - Class in org.wso2.carbon.logging.service.util
 
LoggingConstants.HColumn - Class in org.wso2.carbon.logging.service.util
 
LoggingConstants.LogConfigProperties - Class in org.wso2.carbon.logging.service.util
 
LoggingConstants.LoggerProperties - Class in org.wso2.carbon.logging.service.util
 
LoggingConstants.RegexPatterns - Class in org.wso2.carbon.logging.service.util
 
LoggingConstants.SyslogConfigProperties - Class in org.wso2.carbon.logging.service.util
 
LoggingConstants.SyslogProperties - Class in org.wso2.carbon.logging.service.util
 
LoggingServiceComponent - Class in org.wso2.carbon.logging.service.internal
 
LoggingServiceComponent() - Constructor for class org.wso2.carbon.logging.service.internal.LoggingServiceComponent
 
LoggingSessionManager - Class in org.wso2.carbon.logging.service.session
 
LoggingSessionManager() - Constructor for class org.wso2.carbon.logging.service.session.LoggingSessionManager
 
LoggingUtil - Class in org.wso2.carbon.logging.service.util
 
LoggingUtil() - Constructor for class org.wso2.carbon.logging.service.util.LoggingUtil
 
LogMessage - Class in org.wso2.carbon.logging.service.data
 
LogMessage(String, String) - Constructor for class org.wso2.carbon.logging.service.data.LogMessage
 
LogProvider - Interface in org.wso2.carbon.logging.service.provider.api
This interface should be inherited by all the log providers, This will allow you to plug any log provider to carbon server.
logsCount(String, String) - Method in interface org.wso2.carbon.logging.service.provider.api.LogProvider
Return LogEvent count.
logsCount(String, String) - Method in class org.wso2.carbon.logging.service.provider.InMemoryLogProvider
 
LogTaskThreadPoolExecuter - Class in org.wso2.carbon.logging.service.sort
 
LogTaskThreadPoolExecuter() - Constructor for class org.wso2.carbon.logging.service.sort.LogTaskThreadPoolExecuter
 
LogViewer - Class in org.wso2.carbon.logging.service
This is the Log Viewer service used for obtaining Log messages from pluggable LogProvider and LogFileProvider implementation as configured in the /repository/conf/etc/logging-config.xml file.
LogViewer() - Constructor for class org.wso2.carbon.logging.service.LogViewer
 
LogViewerException - Exception in org.wso2.carbon.logging.service
 
LogViewerException(String) - Constructor for exception org.wso2.carbon.logging.service.LogViewerException
 
LogViewerException(String, Throwable) - Constructor for exception org.wso2.carbon.logging.service.LogViewerException
 

M

MEMORY_APPENDER - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
MEMORY_APPENDER_BUFFER_SZ - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
MESSAGE - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.HColumn
 
MESSAGE - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
MULTITENANCY_CONFIG_FOLDER - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 

N

NAME - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.AppenderProperties
 
NAME - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.LoggerProperties
 
NEW_LINE - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 

O

OPEN_BRACKET_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
OPEN_CURLY_BRACES_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
org.wso2.carbon.logging.service - package org.wso2.carbon.logging.service
 
org.wso2.carbon.logging.service.appender - package org.wso2.carbon.logging.service.appender
 
org.wso2.carbon.logging.service.config - package org.wso2.carbon.logging.service.config
 
org.wso2.carbon.logging.service.data - package org.wso2.carbon.logging.service.data
 
org.wso2.carbon.logging.service.internal - package org.wso2.carbon.logging.service.internal
 
org.wso2.carbon.logging.service.provider - package org.wso2.carbon.logging.service.provider
 
org.wso2.carbon.logging.service.provider.api - package org.wso2.carbon.logging.service.provider.api
 
org.wso2.carbon.logging.service.registry - package org.wso2.carbon.logging.service.registry
 
org.wso2.carbon.logging.service.session - package org.wso2.carbon.logging.service.session
 
org.wso2.carbon.logging.service.sort - package org.wso2.carbon.logging.service.sort
 
org.wso2.carbon.logging.service.sync - package org.wso2.carbon.logging.service.sync
 
org.wso2.carbon.logging.service.util - package org.wso2.carbon.logging.service.util
 

P

PaginatedLogEvent - Class in org.wso2.carbon.logging.service.data
 
PaginatedLogEvent() - Constructor for class org.wso2.carbon.logging.service.data.PaginatedLogEvent
 
PaginatedLogFileInfo - Class in org.wso2.carbon.logging.service.data
Bean for paginated Logging Information
PaginatedLogFileInfo() - Constructor for class org.wso2.carbon.logging.service.data.PaginatedLogFileInfo
 
PaginatedLogMessage - Class in org.wso2.carbon.logging.service.data
Bean for paginated LogMessages
PaginatedLogMessage() - Constructor for class org.wso2.carbon.logging.service.data.PaginatedLogMessage
 
PASSWORD - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.CassandraProperties
 
PASSWORD - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.SyslogConfigProperties
 
PASSWORD - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.SyslogProperties
 
PASSWORD_KEY - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.AppenderProperties
 
PORT - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.SyslogConfigProperties
 
PRIORITY - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.HColumn
 
PRIORITY - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
PROPERTIES - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.LogConfigProperties
 
PROPERTY - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.LogConfigProperties
 
PROPERTY_NAME - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.LogConfigProperties
 
PROPERTY_VALUE - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.LogConfigProperties
 
push(LogRecord) - Method in class org.wso2.carbon.logging.service.appender.CarbonMemoryAppender
 
putStream(String, String, String, String) - Static method in class org.wso2.carbon.logging.service.appender.StreamDefinitionCache
 

R

REALM - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.SyslogConfigProperties
 
REALM - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.SyslogProperties
 
RegexPatterns() - Constructor for class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
RegistryManager - Class in org.wso2.carbon.logging.service.registry
 
RegistryManager() - Constructor for class org.wso2.carbon.logging.service.registry.RegistryManager
 
removeAllLoggersAndAppenders() - Static method in class org.wso2.carbon.logging.service.util.LoggingUtil
 
removeAllRegistryEntries() - Method in class org.wso2.carbon.logging.service.registry.RegistryManager
 
removeSyslogPattern(String) - Method in class org.wso2.carbon.logging.service.LoggingAdmin
 
requiresLayout() - Method in class org.wso2.carbon.logging.service.appender.CarbonMemoryAppender
 
restoreDefaults() - Method in class org.wso2.carbon.logging.service.LoggingAdmin
 
restoreDefaults() - Static method in class org.wso2.carbon.logging.service.util.LoggingUtil
 
runTask(Runnable) - Method in class org.wso2.carbon.logging.service.sort.LogTaskThreadPoolExecuter
 

S

SERVER_NAME - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.HColumn
 
SERVER_NAME - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
ServiceConfigManager - Class in org.wso2.carbon.logging.service.config
 
ServiceConfigManager() - Constructor for class org.wso2.carbon.logging.service.config.ServiceConfigManager
 
set(List<T>) - Method in class org.wso2.carbon.logging.service.data.PaginatedLogEvent
 
set(List<T>) - Method in class org.wso2.carbon.logging.service.data.PaginatedLogFileInfo
 
set(List<T>) - Method in class org.wso2.carbon.logging.service.data.PaginatedLogMessage
 
setAdditivity(boolean) - Method in class org.wso2.carbon.logging.service.data.LoggerData
 
setAppenderData(AppenderData[]) - Method in class org.wso2.carbon.logging.service.data.LogData
 
setAppName(String) - Method in class org.wso2.carbon.logging.service.data.LogEvent
 
setBufferSize(int) - Method in class org.wso2.carbon.logging.service.appender.CarbonMemoryAppender
 
setBundleContext(BundleContext) - Static method in class org.wso2.carbon.logging.service.config.LoggingConfigManager
 
setBundleContext(BundleContext) - Static method in class org.wso2.carbon.logging.service.config.SyslogConfigManager
 
setCircularBuffer(CircularBuffer<TenantAwareLoggingEvent>) - Method in class org.wso2.carbon.logging.service.appender.CarbonMemoryAppender
 
setColumnList(String) - Method in class org.wso2.carbon.logging.service.appender.CarbonMemoryAppender
 
setConfigurationContextService(ConfigurationContextService) - Method in class org.wso2.carbon.logging.service.internal.LoggingServiceComponent
 
setDate(String) - Method in class org.wso2.carbon.logging.service.appender.StreamData
 
setFacility(String) - Method in class org.wso2.carbon.logging.service.data.AppenderData
 
setFileSize(String) - Method in class org.wso2.carbon.logging.service.data.LogFileInfo
 
setInstance(String) - Method in class org.wso2.carbon.logging.service.data.LogEvent
 
setIp(String) - Method in class org.wso2.carbon.logging.service.data.LogEvent
 
setIsFileAppender(boolean) - Method in class org.wso2.carbon.logging.service.data.AppenderData
 
setIsSysLogAppender(boolean) - Method in class org.wso2.carbon.logging.service.data.AppenderData
 
setKey(String) - Method in class org.wso2.carbon.logging.service.data.LogEvent
 
setLevel(String) - Method in class org.wso2.carbon.logging.service.data.LoggerData
 
setLogDate(String) - Method in class org.wso2.carbon.logging.service.data.LogFileInfo
 
setLogFile(String) - Method in class org.wso2.carbon.logging.service.data.AppenderData
 
setLogFile(String) - Method in class org.wso2.carbon.logging.service.data.LogData
 
setLogFileInfo(LogFileInfo[]) - Method in class org.wso2.carbon.logging.service.data.PaginatedLogFileInfo
 
setLogFileProviderImplClassName(String) - Method in class org.wso2.carbon.logging.service.data.LoggingConfig
 
setLogFileProviderProperty(String, String) - Method in class org.wso2.carbon.logging.service.data.LoggingConfig
 
setLogger(String) - Method in class org.wso2.carbon.logging.service.data.LogEvent
 
setLoggerData(LoggerData[]) - Method in class org.wso2.carbon.logging.service.data.LogData
 
setLogInfo(LogEvent[]) - Method in class org.wso2.carbon.logging.service.data.PaginatedLogEvent
 
setLogInfo(LogMessage[]) - Method in class org.wso2.carbon.logging.service.data.PaginatedLogMessage
 
setLogLevel(String) - Method in class org.wso2.carbon.logging.service.data.LogData
 
setLogName(String) - Method in class org.wso2.carbon.logging.service.data.LogFileInfo
 
setLogPattern(String) - Method in class org.wso2.carbon.logging.service.data.LogData
 
setLogProviderImplClassName(String) - Method in class org.wso2.carbon.logging.service.data.LoggingConfig
 
setLogProviderProperty(String, String) - Method in class org.wso2.carbon.logging.service.data.LoggingConfig
 
setLogTime(String) - Method in class org.wso2.carbon.logging.service.data.LogEvent
 
setMessage(String) - Method in class org.wso2.carbon.logging.service.data.LogEvent
 
setName(String) - Method in class org.wso2.carbon.logging.service.data.AppenderData
 
setName(String) - Method in class org.wso2.carbon.logging.service.data.LoggerData
 
setNumberOfPages(int) - Method in class org.wso2.carbon.logging.service.data.PaginatedLogEvent
 
setNumberOfPages(int) - Method in class org.wso2.carbon.logging.service.data.PaginatedLogFileInfo
 
setNumberOfPages(int) - Method in class org.wso2.carbon.logging.service.data.PaginatedLogMessage
 
setParentName(String) - Method in class org.wso2.carbon.logging.service.data.LoggerData
 
setPassword(String) - Method in class org.wso2.carbon.logging.service.config.SyslogConfiguration
 
setPassword(String) - Method in class org.wso2.carbon.logging.service.data.SyslogData
 
setPattern(String) - Method in class org.wso2.carbon.logging.service.data.AppenderData
 
setPort(String) - Method in class org.wso2.carbon.logging.service.config.SyslogConfiguration
 
setPort(String) - Method in class org.wso2.carbon.logging.service.data.SyslogData
 
setPriority(String) - Method in class org.wso2.carbon.logging.service.data.LogEvent
 
setRealm(String) - Method in class org.wso2.carbon.logging.service.config.SyslogConfiguration
 
setRealm(String) - Method in class org.wso2.carbon.logging.service.data.SyslogData
 
setRealmService(RealmService) - Method in class org.wso2.carbon.logging.service.internal.DataHolder
 
setRealmService(RealmService) - Method in class org.wso2.carbon.logging.service.internal.LoggingServiceComponent
 
setRegistry(Registry) - Method in class org.wso2.carbon.logging.service.internal.DataHolder
 
setRegistry(Registry) - Static method in class org.wso2.carbon.logging.service.registry.RegistryManager
 
setRegistryService(RegistryService) - Method in class org.wso2.carbon.logging.service.internal.LoggingServiceComponent
 
setSelectedAppenderData(AppenderData) - Method in class org.wso2.carbon.logging.service.data.LogData
 
setSelectedLoggerData(LoggerData) - Method in class org.wso2.carbon.logging.service.data.LogData
 
setServerConfigContext(ConfigurationContext) - Method in class org.wso2.carbon.logging.service.internal.DataHolder
 
setServerName(String) - Method in class org.wso2.carbon.logging.service.data.LogEvent
 
setSessionObject(String, Object) - Static method in class org.wso2.carbon.logging.service.session.LoggingSessionManager
 
setStacktrace(String) - Method in class org.wso2.carbon.logging.service.data.LogEvent
 
setStreamDefName(String) - Method in class org.wso2.carbon.logging.service.appender.StreamData
 
setStreamId(String) - Method in class org.wso2.carbon.logging.service.appender.StreamData
 
setSyslogConfig(SyslogConfigManager) - Static method in class org.wso2.carbon.logging.service.config.SyslogConfigManager
 
setSysLogHost(String) - Method in class org.wso2.carbon.logging.service.data.AppenderData
 
setSyslogHostURL(String) - Method in class org.wso2.carbon.logging.service.config.SyslogConfiguration
 
setSyslogLogPattern(String) - Method in class org.wso2.carbon.logging.service.config.SyslogConfiguration
 
setSyslogOn(boolean) - Method in class org.wso2.carbon.logging.service.config.SyslogConfiguration
 
setSystemLoggingParameters(String, String) - Static method in class org.wso2.carbon.logging.service.util.LoggingUtil
 
setTenantId(String) - Method in class org.wso2.carbon.logging.service.data.LogEvent
 
setThreshold(String) - Method in class org.wso2.carbon.logging.service.data.AppenderData
 
setUrl(String) - Method in class org.wso2.carbon.logging.service.data.SyslogData
 
setUserName(String) - Method in class org.wso2.carbon.logging.service.config.SyslogConfiguration
 
setUserName(String) - Method in class org.wso2.carbon.logging.service.data.SyslogData
 
STACKTRACE - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.HColumn
 
STACKTRACE - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
StreamData - Class in org.wso2.carbon.logging.service.appender
 
StreamData(String, String, String) - Constructor for class org.wso2.carbon.logging.service.appender.StreamData
 
StreamDefinitionCache - Class in org.wso2.carbon.logging.service.appender
 
StreamDefinitionCache() - Constructor for class org.wso2.carbon.logging.service.appender.StreamDefinitionCache
 
SYS_LOG_FILE_NAME_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
SYS_LOG_HOST - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.AppenderProperties
 
SYSLOG - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
SYSLOG_CONF_FILE - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
SYSLOG_DATE_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
SYSLOG_DATE_SEPARATOR_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
SYSLOG_DOMAIN_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
SYSLOG_HOST - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.SyslogConfigProperties
 
SYSLOG_PORT - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.SyslogProperties
 
SyslogConfigManager - Class in org.wso2.carbon.logging.service.config
 
SyslogConfigManager() - Constructor for class org.wso2.carbon.logging.service.config.SyslogConfigManager
 
SyslogConfigProperties() - Constructor for class org.wso2.carbon.logging.service.util.LoggingConstants.SyslogConfigProperties
 
SyslogConfiguration - Class in org.wso2.carbon.logging.service.config
 
SyslogConfiguration() - Constructor for class org.wso2.carbon.logging.service.config.SyslogConfiguration
 
SyslogData - Class in org.wso2.carbon.logging.service.data
 
SyslogData() - Constructor for class org.wso2.carbon.logging.service.data.SyslogData
 
SyslogData(String, String, String, String, String) - Constructor for class org.wso2.carbon.logging.service.data.SyslogData
 
SyslogProperties() - Constructor for class org.wso2.carbon.logging.service.util.LoggingConstants.SyslogProperties
 
SYSTEM_LOG_LEVEL - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
SYSTEM_LOG_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
SYSTEM_LOG_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingUtil
 

T

TENANT_ID - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.HColumn
 
TENANT_ID - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
TENANT_PATTERN - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.RegexPatterns
 
THRESHOLD - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.AppenderProperties
 
toString() - Method in class org.wso2.carbon.logging.service.sync.LoggingConfigSyncRequest
 

U

unsetConfigurationContextService(ConfigurationContextService) - Method in class org.wso2.carbon.logging.service.internal.LoggingServiceComponent
 
unsetRealmService(RealmService) - Method in class org.wso2.carbon.logging.service.internal.LoggingServiceComponent
 
unsetRegistryService(RegistryService) - Method in class org.wso2.carbon.logging.service.internal.LoggingServiceComponent
 
updateAllAppenderData(String, String, String, String, String, String, boolean) - Method in class org.wso2.carbon.logging.service.LoggingAdmin
Set the Appender information.
updateAppender(Appender, String, String, String, String, String, String, boolean, boolean) - Method in class org.wso2.carbon.logging.service.registry.RegistryManager
 
updateCassandraConfig(String, String, String, String, String) - Method in class org.wso2.carbon.logging.service.registry.RegistryManager
 
updateConfigurationProperty(String, String) - Method in class org.wso2.carbon.logging.service.registry.RegistryManager
 
updateConfigurationProperty(String, String) - Static method in class org.wso2.carbon.logging.service.util.LoggingUtil
 
updateLogger(String, String, boolean) - Method in class org.wso2.carbon.logging.service.registry.RegistryManager
 
updateLoggerData(String, String, boolean, boolean) - Method in class org.wso2.carbon.logging.service.LoggingAdmin
 
updateSyslogConfig(String, String, String, String, String) - Method in class org.wso2.carbon.logging.service.LoggingAdmin
 
updateSyslogConfig(String, String, String, String, String) - Method in class org.wso2.carbon.logging.service.registry.RegistryManager
this method is used to update syslog properties in the registry if syslog property is not available a new resource is added to the registry along with the syslog properties
updateSystemLog(String, String, boolean) - Method in class org.wso2.carbon.logging.service.LoggingAdmin
Globally update the System Logging configuration.
URL - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.CassandraProperties
 
URL_SEPARATOR - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
USER_NAME - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.CassandraProperties
 
USER_NAME - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.SyslogConfigProperties
 
USER_NAME - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants.SyslogProperties
 
USERNAME_KEY - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 

W

WSO2_STRATOS_MANAGER - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
WSO2CARBON_CONSOLE_APPENDER - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
WSO2CARBON_EVENT_APPENDER - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
WSO2CARBON_FILE_APPENDER - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
WSO2CARBON_MEMORY_APPENDER - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
WSO2CARBON_SYS_LOG_APPENDER - Static variable in class org.wso2.carbon.logging.service.util.LoggingConstants
 
A B C D E F G H I K L M N O P R S T U W 
Skip navigation links

Copyright © 2019 WSO2. All rights reserved.