com.tersesystems.blindsight.scripting
Members list
Type members
Classlikes
A script handle that uses a direct path and verifies it. Errors are sent to the reporter.
A script handle that uses a direct path and verifies it. Errors are sent to the reporter.
Attributes
- Source:
- ScriptHandle.scala
- Graph
- Supertypes
A logger that runs through a script manager for every predicate. The script manager is responsible for evaluating the script and return true or false. The only thing the logger does here is pass through sourcecode information and the level.
A logger that runs through a script manager for every predicate. The script manager is responsible for evaluating the script and return true or false. The only thing the logger does here is pass through sourcecode information and the level.
If the script fails or throws an exception, the underlying predicate is called as the default.
Attributes
- Source:
- ScriptAwareLogger.scala
- Graph
- Supertypes
- class Impltrait CoreLoggerDefaultstrait Proxy[CorePredicate, StrictSLF4JMethod]trait Loggertrait SLF4JLoggertrait OnConditionMixintrait ConditionMixintrait EventBufferMixintrait EntryTransformMixintrait UnderlyingMixintrait MarkerMixintrait SLF4JLoggerAPI[CorePredicate, StrictSLF4JMethod]trait Error[CorePredicate, StrictSLF4JMethod]trait Warn[CorePredicate, StrictSLF4JMethod]trait Info[CorePredicate, StrictSLF4JMethod]trait Debug[CorePredicate, StrictSLF4JMethod]trait Trace[CorePredicate, StrictSLF4JMethod]trait SLF4JLoggerComponent[CorePredicate, StrictSLF4JMethod]class Objecttrait Matchableclass Any
A script condition manager that returns conditions tied to a script that can evaluate based on the source code.
A script condition manager that returns conditions tied to a script that can evaluate based on the source code.
This can be useful when you only want some logging statements to be evaluated on a script basis.
val location = new ScriptBasedLocation(sm, false)
logger.debug.when(location.here) { debug =>
debug("Hello world!")
}
Attributes
- default
the default to return if the script does not complete.
- sm
the script manager
- Source:
- ScriptBasedLocation.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
A script handle returns the script source, and can say if the script is invalid.
A script handle returns the script source, and can say if the script is invalid.
Attributes
- Source:
- ScriptHandle.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class FileScriptHandle
A script manager that parses and evaluates tweakflow scripts.
A script manager that parses and evaluates tweakflow scripts.
Attributes
- Source:
- ScriptManager.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any