
com.github.rahulsom.grooves.logging.Trace.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grooves-core Show documentation
Show all versions of grooves-core Show documentation
Simpler implementation of Grooves
The newest version!
package com.github.rahulsom.grooves.logging
/**
* Marks a method as being used in tracing.
* These methods calls are logged at trace level with information on nesting.
*
* @see [IndentedLogging]
*/
@Target(AnnotationTarget.FUNCTION)
@Retention(AnnotationRetention.RUNTIME)
annotation class Trace
© 2015 - 2025 Weber Informatics LLC | Privacy Policy