All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.rahulsom.grooves.logging.Trace.kt Maven / Gradle / Ivy

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