Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

LogAppendLog Function

Overview

The LogAppendLog function appends one log to another.

Syntax/Parameters

Syntax

int = LogAppendLog ( [handle hLogObject], handle source );

Parameters

hLogObject

The handle to a Log Object created with the LogCreate function. If only one handle is provided, the function will append to the default log and treat the handle as the source.

source

A handle to a source Log Object.

Return Value

Returns an int as ERROR_NONE or a formatted error code on failure. Use the GetLastError function to retrieve error information.

Remarks

The source log is appended to the end of the destination or default log. An indent can be used to further indent the incoming log to allow grouping. For more information on setting log indent levels, see the LogIndent and LogOutdent functions.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic