VLCKit
Properties | List of all members
VLCLogContext Class Reference

#import <VLCLogging.h>

Inheritance diagram for VLCLogContext:

Properties

uintptr_t objectId
 
NSString * objectType
 
NSString * module
 
NSString * header
 
NSString * file
 
int line
 
NSString * function
 
unsigned long threadId
 

Detailed Description

Detailed infos associated with a log message

Property Documentation

◆ file

- (NSString*) file
readnonatomicassign

Source code file name or nil

◆ function

- (NSString*) function
readnonatomicassign

Source code calling function name or NULL

◆ header

- (NSString*) header
readnonatomicassign

Additional header (used by VLM media) or nil

◆ line

- (int) line
readnonatomicassign

Source code file line number or -1

◆ module

- (NSString*) module
readnonatomicassign

Emitter module

◆ objectId

- (uintptr_t) objectId
readnonatomicassign

Emitter (temporarily) unique object ID or 0

◆ objectType

- (NSString*) objectType
readnonatomicassign

Emitter object type name

◆ threadId

- (unsigned long) threadId
readnonatomicassign

Emitter thread ID


The documentation for this class was generated from the following file: