LogManager

org.nlogo.log.LogManager
object LogManager

Attributes

Source
LogManager.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
LogManager.type

Members list

Value members

Concrete methods

Attributes

Source
LogManager.scala
def globalChanged(globalName: String, newValue: AnyRef, oldValue: AnyRef): Unit

Attributes

Source
LogManager.scala
def linkCreated(id: Long, breedName: String, end1: Long, end2: Long): Unit

Attributes

Source
LogManager.scala
def linkRemoved(id: Long, breedName: String, end1: Long, end2: Long): Unit

Attributes

Source
LogManager.scala
def speedSliderChanged(newSpeed: Double): Unit

Attributes

Source
LogManager.scala
def start(addListener: NetLogoAdapter => Unit, loggerFactory: Path => FileLogger, logDirectory: File, eventsSet: Set[String], studentName: String, directoryWarning: () => Unit): Unit

Attributes

Source
LogManager.scala
def stop(): Unit

Attributes

Source
LogManager.scala
def turtleCreated(who: Long, breedName: String): Unit

Attributes

Source
LogManager.scala
def turtleRemoved(who: Long, breedName: String): Unit

Attributes

Source
LogManager.scala
def userComment(comment: String): Unit

Attributes

Source
LogManager.scala
def widgetAdded(isLoading: Boolean, widgetType: String, name: String): Unit

Attributes

Source
LogManager.scala
def widgetRemoved(isUnloading: Boolean, widgetType: String, name: String): Unit

Attributes

Source
LogManager.scala
def zipLogFiles(zipFileName: String): Unit

Attributes

Source
LogManager.scala

Concrete fields

Attributes

Source
LogManager.scala