DefaultTransform

DefaultTransform

Provides a transformation of the kind

[date+time] (srcFile:lineNumber): message \n

Members

Functions

transform
string transform(string text, Context ctx)

Performs the default transformation

Inherited Members

From MessageTransform

transform
string transform(string text, Context context)

The actual textual transformation.

chain
void chain(MessageTransform transform)

Chain a transform

execute
string execute(string text, Context context)

Perform the transformation

Meta