We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
f3fc4eb
There was an error while loading. Please reload this page.
DebugRemoteLogger now has a second and optional parameter that recieve options to only log certain types of log. E.g:
DebugRemoteLogger
DebugRemoteLogger('xyz', { only: ['info']}) DebugRemoteLogger('xyz', { only: ['error']}) DebugRemoteLogger('xyz', { only: ['debug','warning']})