Interfaces
 InterfaceDescription
 Appender An Appender is a target for log output.
 LogFactory Factory interface of the Spicelib Log Wrapper API.
 Logger The Logger interface of the Spicelib Log Wrapper API.
 SpiceLogFactory A LogFactory is responsible for creating and caching Logger instances and offers configuration options for setting log levels and adding Appender instances.
 SpiceLogger All logging operations are done through this interface.
Classes
 ClassDescription
 LogContext Central entry point to the Spicelib Log Wrapper.
 LogEvent Event that fires when a log method is invoked in a FlashLogger instance.
 LogLevel Defines constants for the different log levels used in the framework.
 LogUtil Static utility methods for logging.