org.as2lib.core.BasicClass +--org.as2lib.env.log.stringifier.SimpleLogMessageStringifier
Stringifier
SimpleLogMessageStringifier
stringifies LogMessage instances in the
simplest and fastest way possible.
public function execute(target):String
Returns the string representation of the passed-in target
that must be
an instance of type LogMessage.
The returned string representation is obtained via the toString
method of the original message returned by the passed-in target
's
getMessage
method.
the string representation of the passed-in target