BMXNET 4.0 Developer API

Current Logging facility for BMXNet. This facility conforms to the EHR/VueCentric method of logging. Logging is either on or off, there is no scale from Info to Fatal to turn off and on.

Namespace:  IndianHealthService.BMXNet
Assembly:  BMXNET40 (in BMXNET40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public interface Log
Public Interface Log
public interface class Log

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
IsLogging
True if logging is currently enabled. It's recommend to turn logging off except for diagnositics.
Log(String, String, array<String>[]()[])
Call to send information to the log.
Log(String, String, Exception, array<String>[]()[])
Call to send information to the log where an exception occured.

Remarks

Logging is not heavily used in BMXNET40. In the EHR/VueCentric, the VIM.exe can be started on the command-line with the /trace option to see RPC calls.

See Also