getArguments

public abstract Array<Object> getArguments()

Returns the arguments to be formatted with the message. Arguments exist when a log() method with a format message and separate arguments was invoked.

Throws

if no arguments are available (ie, when there is no template context).