![JAR search and dependency download from the Maven repository](/logo.png)
com.persist.logging.ClassLogging.scala Maven / Gradle / Ivy
The newest version!
package com.persist.logging
/**
* This trait should be included in Scala (non-actor) classes to enable logging.
* Click the visibility All button to see protected
* members that are defined here.
*/
trait ClassLogging {
/**
* The logging system.
*/
def loggingSystem:LoggingSystem = LoggingState.loggingSys
/**
* The framework logger.
*/
protected lazy val log = new Logger()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy