Skip navigation links
A C D F G I J L R S W 

A

activateOptions() - Method in class de.taimos.daemon.log4j.JSONLayout
 
activateOptions() - Method in class de.taimos.daemon.log4j.LogglyAppender
 
addLineToQueue(String) - Method in class com.logentries.net.AsyncLogger
Adds the data to internal queue to be sent over the network.
append(LoggingEvent) - Method in class de.taimos.daemon.log4j.LogentriesAppender
Implements AppenderSkeleton Append method, handles time and format
append(LoggingEvent) - Method in class de.taimos.daemon.log4j.LogglyAppender
 
AsyncLogger - Class in com.logentries.net
Logentries Asynchronous Logger for integration with Java logging frameworks.
AsyncLogger() - Constructor for class com.logentries.net.AsyncLogger
Initializes asynchronous logging.

C

close() - Method in class com.logentries.net.AsyncLogger
Closes all connections to Logentries.
close() - Method in class com.logentries.net.LogentriesClient
 
close() - Method in class de.taimos.daemon.log4j.LogentriesAppender
Closes all connections to Logentries
close() - Method in class de.taimos.daemon.log4j.LogglyAppender
 
com.logentries.net - package com.logentries.net
 
connect() - Method in class com.logentries.net.LogentriesClient
 

D

de.taimos.daemon.log4j - package de.taimos.daemon.log4j
 

F

format(LoggingEvent) - Method in class de.taimos.daemon.log4j.JSONLayout
 

G

getAddress() - Method in class com.logentries.net.LogentriesClient
 
getContentType() - Method in class de.taimos.daemon.log4j.JSONLayout
 
getDebug() - Method in class com.logentries.net.AsyncLogger
Returns current debug flag.
getHostName() - Method in class com.logentries.net.AsyncLogger
Gets HostName parameter
getLogHostName() - Method in class com.logentries.net.AsyncLogger
Gets value of the switch that determines whether to send HostName alongside with the log message
getLogID() - Method in class com.logentries.net.AsyncLogger
Gets LogID parameter
getPort() - Method in class com.logentries.net.LogentriesClient
 
getTags() - Method in class de.taimos.daemon.log4j.LogglyAppender
 
getToken() - Method in class com.logentries.net.AsyncLogger
Returns current token.
getToken() - Method in class de.taimos.daemon.log4j.LogglyAppender
 

I

ignoresThrowable() - Method in class de.taimos.daemon.log4j.JSONLayout
 
initializeLogging() - Method in class de.taimos.daemon.log4j.Log4jLoggingConfigurer
 

J

JSONLayout - Class in de.taimos.daemon.log4j
 
JSONLayout() - Constructor for class de.taimos.daemon.log4j.JSONLayout
 

L

Log4jDaemonProperties - Interface in de.taimos.daemon.log4j
 
Log4jLoggingConfigurer - Class in de.taimos.daemon.log4j
 
Log4jLoggingConfigurer() - Constructor for class de.taimos.daemon.log4j.Log4jLoggingConfigurer
 
LOG_LENGTH_LIMIT - Static variable in class com.logentries.net.AsyncLogger
Limit on individual log length ie.
LOGENTRIES_TOKEN - Static variable in interface de.taimos.daemon.log4j.Log4jDaemonProperties
the log token for logentries.com
LogentriesAppender - Class in de.taimos.daemon.log4j
Logentries appender for log4j.
LogentriesAppender() - Constructor for class de.taimos.daemon.log4j.LogentriesAppender
 
LogentriesClient - Class in com.logentries.net
Client for sending messages to Logentries via HTTP PUT or Token-Based Logging Supports SSL/TLS
LogentriesClient() - Constructor for class com.logentries.net.LogentriesClient
 
LOGGER_FILE - Static variable in interface de.taimos.daemon.log4j.Log4jDaemonProperties
true to use FileAppender; false to disable
LOGGER_LEVEL - Static variable in interface de.taimos.daemon.log4j.Log4jDaemonProperties
the logger level (see Level)
LOGGER_LOGENTRIES - Static variable in interface de.taimos.daemon.log4j.Log4jDaemonProperties
true to use LogglyAppender; false to disable
LOGGER_LOGGLY - Static variable in interface de.taimos.daemon.log4j.Log4jDaemonProperties
true to use LogglyAppender; false to disable
LOGGER_PATTERN - Static variable in interface de.taimos.daemon.log4j.Log4jDaemonProperties
the logger pattern
LOGGER_SYSLOG - Static variable in interface de.taimos.daemon.log4j.Log4jDaemonProperties
true to use SyslogAppender; false to disable
LOGGLY_TAGS - Static variable in interface de.taimos.daemon.log4j.Log4jDaemonProperties
the tags for loggly
LOGGLY_TOKEN - Static variable in interface de.taimos.daemon.log4j.Log4jDaemonProperties
the customer token for loggly
LogglyAppender - Class in de.taimos.daemon.log4j
Appender for the Loggly log service
LogglyAppender() - Constructor for class de.taimos.daemon.log4j.LogglyAppender
 
LogTooLongException - Exception in com.logentries.net
Thrown when a log + timestamps etc.
LogTooLongException() - Constructor for exception com.logentries.net.LogTooLongException
 

R

reconfigureLogging() - Method in class de.taimos.daemon.log4j.Log4jLoggingConfigurer
 
requiresLayout() - Method in class de.taimos.daemon.log4j.LogentriesAppender
 
requiresLayout() - Method in class de.taimos.daemon.log4j.LogglyAppender
 

S

setDebug(boolean) - Method in class com.logentries.net.AsyncLogger
Sets the debug flag.
setDebug(boolean) - Method in class de.taimos.daemon.log4j.LogentriesAppender
Sets the debug flag.
setHostName(String) - Method in class com.logentries.net.AsyncLogger
Sets the HostName from configuration
setHostName(String) - Method in class de.taimos.daemon.log4j.LogentriesAppender
Sets the HostName from the configuration
setLogHostName(boolean) - Method in class com.logentries.net.AsyncLogger
Sets value of the switch that determines whether to send HostName alongside with the log message
setLogHostName(boolean) - Method in class de.taimos.daemon.log4j.LogentriesAppender
Determines whether to send HostName alongside with the log message
setLogID(String) - Method in class com.logentries.net.AsyncLogger
Sets LogID parameter from config
setLogID(String) - Method in class de.taimos.daemon.log4j.LogentriesAppender
Sets LogID parameter from the configuration
setTags(String) - Method in class de.taimos.daemon.log4j.LogglyAppender
 
setToken(String) - Method in class com.logentries.net.AsyncLogger
Sets the token
setToken(String) - Method in class de.taimos.daemon.log4j.LogentriesAppender
Sets the token
setToken(String) - Method in class de.taimos.daemon.log4j.LogglyAppender
 
setup() - Static method in class de.taimos.daemon.log4j.Log4jLoggingConfigurer
 
simpleLogging() - Method in class de.taimos.daemon.log4j.Log4jLoggingConfigurer
 
SYSLOG_FACILITY - Static variable in interface de.taimos.daemon.log4j.Log4jDaemonProperties
the syslog facility (LOCAL0, LOCAL1, ...)
SYSLOG_HOST - Static variable in interface de.taimos.daemon.log4j.Log4jDaemonProperties
the host for remote syslog
SYSLOG_LEVEL - Static variable in interface de.taimos.daemon.log4j.Log4jDaemonProperties
the log level for syslog (see Level)

W

write(byte[], int, int) - Method in class com.logentries.net.LogentriesClient
 
A C D F G I J L R S W 
Skip navigation links

Copyright © 2012–2016 Taimos GmbH. All rights reserved.