Custom Logging
Recording key events and managed errors to boost app reliability and debugging efficiency
Zipy.logMessage(
message: 'Log Message Button Pressed',
exceptionObj: {'zipy ': 'test'},
maxLength: 100 // this is an optional field
);Zipy.logException(
message: 'Log Message Button Pressed',
exceptionObj: {'zipy ': 'test'},
maxLength: 100 // this is an optional field
);Last updated