LogEntry {Microsoft.VisualBasic.ApplicationServices.Debugging.Logging} .NET clr documentation

LogEntry

Description

一条记录日志对象

Declare

            
# namespace Microsoft.VisualBasic.ApplicationServices.Debugging.Logging
export class LogEntry extends ValueType {
   level: MSG_TYPES;
   message: string;
   object: string;
   time: DateTime;
}

        

.NET clr type reference tree

  1. this class extends from ValueType class: ValueType
  2. use by property member level: MSG_TYPES
  3. use by property member time: DateTime

[Package {$package} version {$version} Index]