| Modifier and Type | Method and Description |
|---|---|
void |
LogglyClient.log(String message,
ILogglyClient.Callback callback)
Posts a log message asynchronously to Loggly
|
void |
ILogglyClient.log(String message,
ILogglyClient.Callback callback)
Writes a single log event asynchronously
|
void |
LogglyClient.logBulk(Collection<String> messages,
ILogglyClient.Callback callback)
Posts several log messages in bulk to Loggly asynchronously
|
void |
ILogglyClient.logBulk(Collection<String> messages,
ILogglyClient.Callback callback)
Writes multiple log events at once asynchronously
|
Copyright © 2015. All rights reserved.