An NDoc Documented Class Library

Storage.dumplog Method 

Method: dumplog

[Visual Basic]
Private Sub dumplog( _ 
   ByVal ar1 As Object, _ 
   ByRef obj As Object, _ 
   ByVal dims As Long, _ 
   ByVal rank As Long, _ 
   ByVal start As Boolean, _ 
   ByVal traj As Long, _ 
   Optional ByVal filenm As String = "Nothing", _ 
   Optional ByVal dir As String = "Nothing" _ 
)
[C#]
private void dumplog(
   object ar1,
   ref object obj,
   long dims,
   long rank,
   bool start,
   long traj,
   string filenm,
   string dir
);
[C++]
private: void dumplog(
   Object* ar1,
   * Object* obj,
   __int64 dims,
   __int64 rank,
   bool start,
   __int64 traj,
   String* filenm,
   String* dir
);
[JScript]
private function dumplog(
   Object ar1,
   Object obj,
   long dims,
   long rank,
   bool start,
   long traj,
   String filenm,
   String dir
);

Parameters

ar1
Array obj holding interim trajectory data
obj
Logging Object to dump output
dims
Dimension of ar1
rank
Rank of ar1
start
Flag to instantiate a new logging object: requires filenm not null
traj
Current Trajectory
filenm
Optional file name, required if start=true
dir
Options directory location

Return Value

NA

Remarks

Method to output trajectory results using filelogger class

See Also

Storage Class | CommodityStorage.Storage Namespace