DebugRemoteLogger
now has a second and optional parameter that recieve options to only log certain types of log. E.g:
DebugRemoteLogger('xyz', { only: ['info']})
DebugRemoteLogger('xyz', { only: ['error']})
DebugRemoteLogger('xyz', { only: ['debug','warning']})