DicomObjects Reference
DicomObjects Reference / DicomGlobal Object / Log Method
The category of message
The text to log
In This Topic
    Log Method
    In This Topic
    Description
    Add user specified text to the log file for a specific Log Level
    Syntax
    Visual Basic
    Public Sub Log( _
       ByVal Level As Long, _
       ByVal Text As String _
    ) 
    Parameters
    Level
    The category of message
    Text
    The text to log
    Remarks
    Although any value may be used for the Level parameter, to avoid conflicts with DicomObjects internal uses, the bits values in the high order word (65536 and higher) should be used for user messages.  The messages generated by this method are logged to files in exactly the same way as internally generated messages.  See the Level property for details of the normal categories.
    See Also