Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@schirrel schirrel released this 27 Jul 13:43
· 1 commit to main since this release

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