Skip to content

Advance log function with original Error and StackTrace #51

@ciprig

Description

@ciprig

Will be useful to be able to retrieve the original Error and StackTrace to use them with logging libraries like logger, especially the StackTrace is helpful.

Something like this
logError: (message, error, stackTrace) {
logger.e(message, error, stackTrace);
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions