- 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