SMLoggingDelegate Protocol Reference

Conforms to NSObject
Declared in SMLoggingDelegate.h

– log:withLogContext:withMethodName:withMessage: required method

Main logging method defining the actual logging process

- (void)log:(SMLogLevel)logLevel withLogContext:(nonnull NSString *)logContext withMethodName:(nullable SEL)methodName withMessage:(nonnull NSString *)logMessage

Parameters

logLevel

LogLevel which is used for checking logLevel

logContext

NSString which includes package and class name

methodName

SEL

logMessage

NSString which includes log message

Availability

2.0.0

Discussion

Main logging method defining the actual logging process

Declared In

SMLoggingDelegate.h