LogEntry {Microsoft.VisualBasic.ApplicationServices.Debugging.Logging} | .NET clr documentation |
一条记录日志对象
# namespace Microsoft.VisualBasic.ApplicationServices.Debugging.Logging
export class LogEntry extends ValueType {
level: MSG_TYPES;
message: string;
object: string;
time: DateTime;
}
level
: MSG_TYPEStime
: DateTime