Skip navigation links
C F I L S 

C

com.github.tony19.loggly - package com.github.tony19.loggly
 

F

failure(String) - Method in interface com.github.tony19.loggly.ILogglyClient.Callback
Function to be called when the log request failed

I

ILogglyClient - Interface in com.github.tony19.loggly
Loggly client interface
ILogglyClient.Callback - Interface in com.github.tony19.loggly
Callback for asynchronous logging

L

log(String) - Method in interface com.github.tony19.loggly.ILogglyClient
Writes a single log event
log(String, ILogglyClient.Callback) - Method in interface com.github.tony19.loggly.ILogglyClient
Writes a single log event asynchronously
log(String) - Method in class com.github.tony19.loggly.LogglyClient
Posts a log message to Loggly
log(String, ILogglyClient.Callback) - Method in class com.github.tony19.loggly.LogglyClient
Posts a log message asynchronously to Loggly
logBulk(String...) - Method in interface com.github.tony19.loggly.ILogglyClient
Writes multiple log events at once
logBulk(Collection<String>) - Method in interface com.github.tony19.loggly.ILogglyClient
Writes multiple log events at once
logBulk(Collection<String>, ILogglyClient.Callback) - Method in interface com.github.tony19.loggly.ILogglyClient
Writes multiple log events at once asynchronously
logBulk(String...) - Method in class com.github.tony19.loggly.LogglyClient
Posts several log messages in bulk to Loggly
logBulk(Collection<String>) - Method in class com.github.tony19.loggly.LogglyClient
Posts several log messages in bulk to Loggly
logBulk(Collection<String>, ILogglyClient.Callback) - Method in class com.github.tony19.loggly.LogglyClient
Posts several log messages in bulk to Loggly asynchronously
LogglyClient - Class in com.github.tony19.loggly
Loggly client
LogglyClient(String) - Constructor for class com.github.tony19.loggly.LogglyClient
Creates a Loggly client

S

setTags(String...) - Method in interface com.github.tony19.loggly.ILogglyClient
Sets the tags to use for Loggly messages
setTags(String...) - Method in class com.github.tony19.loggly.LogglyClient
Sets the tags to use for Loggly messages.
success() - Method in interface com.github.tony19.loggly.ILogglyClient.Callback
Function to be called when the log request was successfully sent to Loggly
C F I L S 
Skip navigation links

Copyright © 2015. All rights reserved.