ikvmnet / ikvm

A Java Virtual Machine and Bytecode-to-IL Converter for .NET
Other
1.28k stars 121 forks source link

IKVM.CoreLib and Diagnostics #581

Closed wasabii closed 3 months ago

wasabii commented 3 months ago

New library, named IKVM.CoreLib for now. Will eventually grow to include the entire type model. But, right now, holds a new Diagnostics namespace.

IDiagnosticHandler is passed into ClassLoaders or RuntimeContext. At Runtime this is a simple wrapper interface for EventSource. For Ikvmc/stub this is an instance that wraps the event and figures out how to print it to the console.