Package-level declarations

Types

Link copied to clipboard
class TraceIrGenerationExtension(configuration: CompilerConfiguration) : IrGenerationExtension
Link copied to clipboard
class TraceIrTransformer(pluginContext: IrPluginContext, finder: DeclarationFinder, messageCollector: MessageCollector) : IrElementTransformerVoidWithContext

Rewrites the body of every function annotated with io.github.smyrgeorge.log4k.annotation.Traced so that it is executed inside a new tracing span.