Hierarchy

  • IEpSdkLoggerInstance

Implemented by

Properties

appId: string
createLogEntry: ((logName: string, details: IEpSdkLogDetails) => IEpSdkLogEntry)

Type declaration

debug: ((logEntry: IEpSdkLogEntry) => void)

Type declaration

epSdkLogLevel: EEpSdkLogLevel
error: ((logEntry: IEpSdkLogEntry) => void)

Type declaration

fatal: ((logEntry: IEpSdkLogEntry) => void)

Type declaration

info: ((logEntry: IEpSdkLogEntry) => void)

Type declaration

setLogLevel: ((epSdkLogLevel: EEpSdkLogLevel) => void)

Type declaration

trace: ((logEntry: IEpSdkLogEntry) => void)

Type declaration

warn: ((logEntry: IEpSdkLogEntry) => void)

Type declaration