Problem Statement
Using Sentry.logger.debug, etc is great if you're logging from inside of the application. If you're building an integration with another logging implementation, such as Kermit, you need to map the the functions rather than just translating the Kermit severity to a Sentry logging level.
Solution Brainstorm
Adding a function to the SentryLogging API that accepts the level would be must more convenient.