public static void Log( System.string Text )
public procedure Log( Text: System.String ); static;
public static function Log( Text : System.String );
public: static void Log( System.string* Text )
public: static void Log( System.String^ Text )
'Declaration
Public Shared Sub Log( _ ByVal Text As System.String _ )
'Usage
Dim Text As System.String DicomGlobal.Log(Text)
Parameters
- Text
- Text as string, which is to be added to the log file.