Skip to content

Releases: schirrel/remote-logger

1.2.0

27 Jul 13:43
Compare
Choose a tag to compare

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']})