Chameleon and Iguana Plugin C# Class Libraries

Engine.AddLog Method 

Add the specified log listener to receive log events from the Engine.

[Visual Basic]
Public Sub AddLog( _
   ByVal aLog As Log _
)
[C#]
public void AddLog(
   Log aLog
);

Remarks

This method is used by the Engine for logging output. Use of the python log() command in the VMD file will be output through this interface.

See also GetLog.

See Also

Engine Class | iNTERFACEWARE.Chameleon Namespace