AWSDDOSLogger

Objective-C


@interface AWSDDOSLogger : AWSDDAbstractLogger <AWSDDLogger>

Swift

class AWSDDOSLogger : AWSDDAbstractLogger, AWSDDLogger

This class provides a logger for the Apple os_log facility.

  • Singleton method

    Declaration

    Objective-C

    @property (class, strong, readonly) AWSDDOSLogger *sharedInstance;

    Swift

    class var sharedInstance: AWSDDOSLogger! { get }

    Return Value

    the shared instance