| LogEventArgs 类 | 
 继承层次
继承层次命名空间: LibVLCSharp.Shared
 语法
语法public sealed class LogEventArgs : EventArgs
LogEventArgs 类型公开以下成员。
 属性
属性| 名称 | 说明 | |
|---|---|---|
|  | FormattedLog | 
            Helper property with already formatted log message
             | 
|  | Level | 
            The severity of the log message.
            By default, you will only get error messages, but you can get all messages by specifying "-vv" in the options.
             | 
|  | Message | 
            The log message
             | 
|  | Module | 
            The name of the module that emitted the message
             | 
|  | SourceFile | 
            The source file that emitted the message.
            This may be  if that info is not available, i.e. always if you are using a release version of VLC.
             | 
|  | SourceLine | 
            The line in the SourceFile at which the message was emitted.
            This may be  if that info is not available, i.e. always if you are using a release version of VLC.
             | 
 方法
方法 扩展方法
扩展方法| 名称 | 说明 | |
|---|---|---|
|  | ConvertTo | 
            类型转换
            (由 ObjectExtenstions 定义。) | 
|  | Delay | 
            延迟操作
            (由 ObjectExtenstions 定义。) | 
|  | Equal | 
            对象是否相等
            (由 ObjectExtenstions 定义。) | 
|  | GetCreationCode | (由 ObjectExtenstions 定义。) | 
|  | GetPropretyValue | 
            获取对象属性值
            (由 ObjectExtenstions 定义。) | 
|  | GetValue | 
            快速动态获取对象的属性值
            (由 FastReflectionExtensions 定义。) | 
|  | Invoke | 
            快速动态调用对象的方法
            (由 FastReflectionExtensions 定义。) | 
|  | SetPropretyValue | 
            设置属性值
            (由 ObjectExtenstions 定义。) | 
|  | SetValue | 
            快速动态设置对象的属性值
            (由 FastReflectionExtensions 定义。) | 
 参见
参见