project BLF > class Session > method GetCTLogFileLocation

Description

Returns the log file for business logic as a BLOB


Parameters


ocCTLogFileoutputcharacter
oiReturnStatusoutputintegerReturn status of the method.


Internal usage


BLF
method Session.ClearCTLog
method Session.GetCTLogFile


program code (program1/session.p)

<M-3 run Main  (output vcFolderName (ocFolderName)) in tLogger>
run gipr_DeleteProcedure in vhFcComponent.
delete procedure vhFcComponent.

assign 
    ocCTLogFile = 
        right-trim(vcFolderName, "~\/")
        + (if opsys = "Win32":U then "~\" else "/")
        + "ct" + string(viSessionID) + ".log".