Skip navigation links
A B C D E F G L R S T W 

A

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 com.logentries.log4j.LogentriesAppender
Implements AppenderSkeleton Append method, handles time and format
append(ILoggingEvent) - Method in class com.logentries.logback.LogentriesAppender
Implements AppenderSkeleton Append method, handles time and format
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.

B

buildLayout() - Method in class com.logentries.logback.LogentriesAppender
 

C

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

D

DEFAULT_SUFFIX_PATTERN - Static variable in class com.logentries.logback.LogentriesAppender
Default Suffix Pattern
DELIMITER - Static variable in class com.logentries.logback.ExceptionFormatter
Logentries newline delimiter.

E

ExceptionFormatter - Class in com.logentries.logback
Formatter to generate Logentries-compatible stack traces.
ExceptionFormatter() - Constructor for class com.logentries.logback.ExceptionFormatter
 

F

formatException(IThrowableProxy) - Static method in class com.logentries.logback.ExceptionFormatter
Returns a formatted stack trace for an exception.

G

getAddress() - Method in class com.logentries.net.LogentriesClient
 
getDebug() - Method in class com.logentries.net.AsyncLogger
Returns current debug flag.
getFacility() - Method in class com.logentries.logback.LogentriesAppender
Returns the string value of the Facility option.
getHttpPut() - Method in class com.logentries.net.AsyncLogger
Returns current HttpPut flag.
getKey() - Method in class com.logentries.net.AsyncLogger
Gets the ACCOUNT KEY value for HTTP PUT
getLayout() - Method in class com.logentries.logback.LogentriesAppender
 
getLocation() - Method in class com.logentries.net.AsyncLogger
Gets the LOCATION value for HTTP PUT
getPort() - Method in class com.logentries.net.LogentriesClient
 
getSsl() - Method in class com.logentries.net.AsyncLogger
Gets the SSL boolean flag
getSuffixPattern() - Method in class com.logentries.logback.LogentriesAppender
See {@link #setSuffixPattern(String).
getToken() - Method in class com.logentries.net.AsyncLogger
Returns current token.

L

LOG_LENGTH_LIMIT - Static variable in class com.logentries.net.AsyncLogger
Limit on individual log length ie.
LogentriesAppender - Class in com.logentries.log4j
Logentries appender for log4j.
LogentriesAppender() - Constructor for class com.logentries.log4j.LogentriesAppender
 
LogentriesAppender - Class in com.logentries.logback
Logentries appender for logback.
LogentriesAppender() - Constructor for class com.logentries.logback.LogentriesAppender
Creates a new Logentries appender.
LogentriesAppender(AsyncLogger) - Constructor for class com.logentries.logback.LogentriesAppender
Creates a new Logentries appender.
LogentriesClient - Class in com.logentries.net
Client for sending messages to Logentries via HTTP PUT or Token-Based Logging Supports SSL/TLS
LogentriesClient(boolean, boolean) - Constructor for class com.logentries.net.LogentriesClient
 
LogTooLongException - Exception in com.logentries.net
Thrown when a log + timestamps etc.
LogTooLongException() - Constructor for exception com.logentries.net.LogTooLongException
 

R

requiresLayout() - Method in class com.logentries.log4j.LogentriesAppender
 

S

setDebug(boolean) - Method in class com.logentries.log4j.LogentriesAppender
Sets the debug flag.
setDebug(boolean) - Method in class com.logentries.logback.LogentriesAppender
Sets the debug flag.
setDebug(boolean) - Method in class com.logentries.net.AsyncLogger
Sets the debug flag.
setEncoder(PatternLayoutEncoder) - Method in class com.logentries.logback.LogentriesAppender
Sets the suffixPattern to be the field in the .xml configuration file
setFacility(String) - Method in class com.logentries.logback.LogentriesAppender
The Facility option must be set one of the strings KERN, USER, MAIL, DAEMON, AUTH, SYSLOG, LPR, NEWS, UUCP, CRON, AUTHPRIV, FTP, NTP, AUDIT, ALERT, CLOCK, LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7.
setHttpPut(boolean) - Method in class com.logentries.log4j.LogentriesAppender
Sets the HTTP PUT boolean flag.
setHttpPut(boolean) - Method in class com.logentries.logback.LogentriesAppender
Sets the HTTP PUTflag.
setHttpPut(boolean) - Method in class com.logentries.net.AsyncLogger
Sets the HTTP PUT boolean flag.
setKey(String) - Method in class com.logentries.log4j.LogentriesAppender
Sets the ACCOUNT KEY value for HTTP PUT
setKey(String) - Method in class com.logentries.logback.LogentriesAppender
Sets the ACCOUNT KEY value for HTTP PUT.
setKey(String) - Method in class com.logentries.net.AsyncLogger
Sets the ACCOUNT KEY value for HTTP PUT
setLayout(Layout<ILoggingEvent>) - Method in class com.logentries.logback.LogentriesAppender
Sets the layout for the Appender
setLocation(String) - Method in class com.logentries.log4j.LogentriesAppender
Sets the LOCATION value for HTTP PUT
setLocation(String) - Method in class com.logentries.logback.LogentriesAppender
Sets the LOCATION value for HTTP PUT.
setLocation(String) - Method in class com.logentries.net.AsyncLogger
Gets the LOCATION value for HTTP PUT
setSsl(boolean) - Method in class com.logentries.log4j.LogentriesAppender
Sets the SSL boolean flag
setSsl(boolean) - Method in class com.logentries.logback.LogentriesAppender
Sets the SSL boolean flag
setSsl(boolean) - Method in class com.logentries.net.AsyncLogger
Sets the SSL boolean flag
setSuffixPattern(String) - Method in class com.logentries.logback.LogentriesAppender
The suffixPattern option specifies the format of the non-standardized part of the message sent to the syslog server.
setToken(String) - Method in class com.logentries.log4j.LogentriesAppender
Sets the token
setToken(String) - Method in class com.logentries.logback.LogentriesAppender
Sets the token.
setToken(String) - Method in class com.logentries.net.AsyncLogger
Sets the token
start() - Method in class com.logentries.logback.LogentriesAppender
 
stop() - Method in class com.logentries.logback.LogentriesAppender
Closes all connections to Logentries

T

TAB - Static variable in class com.logentries.logback.ExceptionFormatter
Tab character used for trace indentation.

W

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

Copyright © 2014. All Rights Reserved.