| LogEventArgs 属性 | 
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.
             | 
 参见
参见