|
ExportBuildergetLog Method
|
Gets the log of the production process.
Namespace:
Karamba.Exporters
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic StringBuilder getLog()
Public Function getLog As StringBuilder
public:
StringBuilder^ getLog()
member getLog : unit -> StringBuilder
Return Value
Type:
StringBuilderThe log of the production process.
See Also