| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
 | | Quintiq file version 2.0 |  | #parent: #root |  | StaticMethod Trace (LibDMF_SystemOnChannel soc_i, String messageID_i, String messageType_i,  |  |   String integrationTech_i, Boolean isSendAction_i, Boolean isSuccess_i) |  | { |  |   TextBody: |  |   [* |  |     systemName := 'DataManager'; |  |      |  |     if( not isnull( soc_i ) ) |  |     { |  |       systemName := soc_i.DatasetName(); |  |     } |  |      |  |     LibDMF_Util::Trace( systemName, |  |                         messageID_i, |  |                         messageType_i, |  |                         integrationTech_i, |  |                         isSendAction_i, |  |                         isSuccess_i ); |  |   *] |  | } | 
 |