A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
lastIndexOf(arr, element) — Static method in class org.spicefactory.lib.util.ArrayUtil
Returns the index of the last occurence of the specified element in the Array or -1 if the Array does not contain that element.
level — Property in class org.spicefactory.lib.logging.LogEvent
The level for this event.
level — Property in interface org.spicefactory.lib.logging.Logger
The active level of the logger.
level — Property in class org.spicefactory.lib.logging.impl.DefaultLogger
The active level of the logger.
level — Property in class org.spicefactory.lib.logging.impl.DelegateLogger
The active level of the logger.
LiteralExpression — Class in package org.spicefactory.lib.expr.impl
Represents a literal expression without variable parts.
LiteralExpression(expression) — Constructor in class org.spicefactory.lib.expr.impl.LiteralExpression
Creates a new expression instance.
log — Event in class org.spicefactory.lib.logging.impl.DefaultLogger
Dispatched when any of the logging methods is invoked.
LOG — Constant static property in class org.spicefactory.lib.logging.LogEvent
Constant for the type of event fired when a log method is invoked in a Logger instance.
LogContext — Class in package org.spicefactory.lib.logging
Central entry point to the Logging Framework.
LogEvent — Class in package org.spicefactory.lib.logging
Event that fires when a log method is invoked in a Logger instance.
LogEvent(level:org.spicefactory.lib.logging:LogLevel, message, error) — Constructor in class org.spicefactory.lib.logging.LogEvent
Creates a new instance.
LogFactory — Interface in package org.spicefactory.lib.logging
A LogFactory is responsible for creating and caching Logger instances and offers configuration options for setting log levels and adding Appender instances.
Logger — Interface in package org.spicefactory.lib.logging
All logging operations are done through this interface.
LogLevel — Class in package org.spicefactory.lib.logging
Defines constants for the different log levels used in the framework.
LogUtil — Class in package org.spicefactory.lib.logging
Static utility methods for formatting log output.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z