| java.lang.Object |
| ↳ |
org.mule.modules.loggly.LogglyConnector |
Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
Loggly Async Logger
This Module handles logging of messages. The policy that is used is asynchronous, this means
that each message to log is stored in a Circular Queue of a fixed size. Once the maximum size of the
queue is reached the first element will be discarded and replaced with the new logged message.
Summary
| Fields |
|
private
static
final
Logger |
LOGGER |
|
|
private
String |
inputKey |
Input Key to access the log-sending API. |
|
private
WorkManager |
workManager |
The work manager that handles the messages to log. |
| Public Methods |
|
void
|
end()
|
|
String
|
getInputKey()
|
|
void
|
init()
|
|
void
|
logger(String message)
Logs a message into a previously configured Loggly account.
|
|
void
|
setInputKey(String inputKey)
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
private
static
final
Logger
LOGGER
private
String
inputKey
Input Key to access the log-sending API.
The work manager that handles the messages to log.
Public Constructors
public
LogglyConnector
()
Public Methods
public
String
getInputKey
()
public
void
logger
(String message)
Logs a message into a previously configured Loggly account.
Throws
| Exception
| error while doing the request and receiving the response
|
public
void
setInputKey
(String inputKey)