Debugger.Log 方法
发送附加调试器的消息。
**命名空间:**System.Diagnostics
**程序集:**mscorlib(在 mscorlib.dll 中)
语法
声明
Public Shared Sub Log ( _
level As Integer, _
category As String, _
message As String _
)
用法
Dim level As Integer
Dim category As String
Dim message As String
Debugger.Log(level, category, message)
public static void Log (
int level,
string category,
string message
)
public:
static void Log (
int level,
String^ category,
String^ message
)
public static void Log (
int level,
String category,
String message
)
public static function Log (
level : int,
category : String,
message : String
)
参数
- level
消息重要性的说明。
- category
消息的类别。
- message
要显示的消息。
备注
如果没有附加任何调试器,此方法则无效。根据调试器的设置,调试器可能会也可能不会报告消息。
提示
类别参数限制为 256 个字符。超过 256 个字符的字符串会被截断。
平台
Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:2.0、1.1、1.0