Skip to content

renatomameli/log-execution-time-spring

Repository files navigation

Logging Aspect

A simple Kotlin-based library that uses AspectJ to log the execution time of annotated methods.

Usage

Annotate any method with @LogTime to log its runtime:

@LogTime
fun doSomething() {
    // your code
}

For a detailed description of the available properties of the @Logging annotation, check out the class' javadoc

About

Log execution time of methods with simple annotations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages