In This Topic
Add text to the log file.
Syntax
'Declaration
Public Shared Sub Log( _
ByVal As System.String _
)
'Usage
Dim Text As System.String
DicomGlobal.Log(Text)
public static void Log(
System.string
)
public procedure Log(
: System.String
); static;
public static function Log(
: System.String
);
public: static void Log(
System.string*
)
public:
static void Log(
System.String^
)
Parameters
- Text
- Text as string, which is to be added to the log file.
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also