public class

LogglyConnector

extends Object
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 Constructors
LogglyConnector()
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

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 Constructors

public LogglyConnector ()

Public Methods

public void end ()

public String getInputKey ()

public void init ()

public void logger (String message)

Logs a message into a previously configured Loggly account.

Parameters
message Message to log
Throws
Exception error while doing the request and receiving the response

public void setInputKey (String inputKey)

Parameters
inputKey