Custom Logging
Recording key events and managed errors to boost app reliability and debugging efficiency
zipy.logMessage({
message: 'Your custom message',
maxLength: 10,
exceptionObj: { 'custom key': 'Your custom message' }
});zipy.logException({
message: 'Your custom message',
maxLength: 10,
exceptionObj: { 'custom key': 'Your custom message' }
});Last updated