MillicastSDK 2.0.0
Loading...
Searching...
No Matches
Classes | Functions
mc_logging.h File Reference
#import <Foundation/Foundation.h>
#import <MillicastSDK/exports.h>
Include dependency graph for mc_logging.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

protocol  <MCLoggerDelegate>
 Delegate that receives events from MCLogger More...
 
class  MCLogger
 Class that is responsible for managing SDK logs. More...
 

Functions

typedef NS_CLOSED_ENUM (NSInteger, MCLogLevel)
 The log message's level.
 

Function Documentation

◆ NS_CLOSED_ENUM()

typedef NS_CLOSED_ENUM ( NSInteger  ,
MCLogLevel   
)

The log message's level.

Logs disabled. This is only used with MCLogger/setDelegate

When an error occured.

Warn the user about something, but does not prevent a normal utilisation.

General info about what happens and which steps are performed.

Debug message.

Very verbose log message.