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

org.opalj.log.BasicLogMessage.scala Maven / Gradle / Ivy

The newest version!
/* BSD 2-Clause License - see OPAL/LICENSE for details. */
package org.opalj
package log

/**
 * Default implementation of a log message.
 *
 * @author Michael Eichberg
 */
case class BasicLogMessage(level: Level = Info, message: String) extends LogMessage {

    def category: Option[String] = None

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy