DefaultTransform

DefaultTransform

Provides a transformation of the kind

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

Members

Functions

transform
string transform(string text, string[] context)

Our transformation

Inherited Members

From MessageTransform

transform
string transform(string text, string[] context)

The actual textual transformation.

chain
void chain(MessageTransform transform)

Chain a transform

execute
string execute(string text, string[] context)

Perform the transformation

Meta