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

com.persist.logging.SourceLocation.scala Maven / Gradle / Ivy

The newest version!
package com.persist.logging

private[logging] object DefaultSourceLocation extends SourceLocation("", "", "", -1)

/**
 * A position in a Scala source file.
 * @param fileName  the name of the file.
 * @param packageName  the package.
 * @param className  the name of the enclosing class.
 * @param line  a line number.
 */
case class SourceLocation(fileName: String, packageName: String, className: String, line: Int)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy