Class org.as2lib.env.log.stringifier.SimpleLogMessageStringifier

org.as2lib.core.BasicClass
   +--org.as2lib.env.log.stringifier.SimpleLogMessageStringifier

Implemented Interfaces

Stringifier

Description

SimpleLogMessageStringifier stringifies LogMessage instances in the simplest and fastest way possible.

Method Index

execute()

Inherited from BasicClass

toString()

Method Detail

execute

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.

Parameters

Return

the string representation of the passed-in target

Specified By

execute() in org.as2lib.util.Stringifier