VLCKit
Properties | List of all members
VLCConsoleLogger Class Reference

A simple console logger to be used with a library instance. More...

#import <VLCConsoleLogger.h>

Inheritance diagram for VLCConsoleLogger:
<VLCFormattedMessageLogging> <VLCLogging>

Properties

id< VLCLogMessageFormattingformatter
 Used to format handled log infos. More...
 
- Properties inherited from <VLCFormattedMessageLogging>
id< VLCLogMessageFormattingformatter
 
- Properties inherited from <VLCLogging>
VLCLogLevel level
 Gets/sets this to filter in/out messages to handle. More...
 

Additional Inherited Members

- Instance Methods inherited from <VLCLogging>
(void) - handleMessage:logLevel:context:
 Called by the VLCLibrary logging handler when a log message is delivered. More...
 

Detailed Description

A simple console logger to be used with a library instance.

See also
-[VLCLibrary loggers]

Property Documentation

◆ formatter

- (id<VLCLogMessageFormatting>) formatter
readwritenonatomicassign

Used to format handled log infos.

Note
Set to an instance of VLCLogMessageFormatter by default
Warning
Won't accept nil value
See also
VLCLogMessageFormatting

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