Properties
Private _errorReqCount
_errorReqCount: number = 0
Private _idFromServer
_idFromServer: boolean = false
Private _lastUnsendCount
_lastUnsendCount: number = 0
Private _timer
_timer: number = 0
Private _xhr
_xhr: null | XMLHttpRequest = null
Private _xhrOpen
_xhrOpen: open = XMLHttpRequest.prototype.open
Private _xhrSend
_xhrSend: send = XMLHttpRequest.prototype.send
Readonly colors
colors: { ajaxGroup: string; debug: string; desc: string; error: string; info: string; sendSuccess: string; warn: string } = COLOR_CONFIG
Type declaration
-
ajaxGroup: string
-
debug: string
-
desc: string
-
error: string
-
info: string
-
sendSuccess: string
-
warn: string
loggers
loggers
: Map<string, Logger> = new Map<string, Logger>()
Static Private _instance
_instance
: null | Log4fe = null