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  
FAILED — Constant static property in class net.sourceforge.fxpotpourri.logging.xmlconfiguration.XmlConfigurationParserEvent
failMessage — Property in class net.sourceforge.fxpotpourri.logging.xmlconfiguration.XmlConfigurationParserEvent
fatal(message, error) — Method in interface net.sourceforge.fxpotpourri.logging.api.ILog
Broadcasts given message (and error) to all configured appenders with level FATAL.
fatal(msg, error) — Method in class net.sourceforge.fxpotpourri.logging.core.Log
Broadcasts given message (and error) to all configured appenders with level FATAL.
FATAL — Constant static property in class net.sourceforge.fxpotpourri.logging.api.LogLevel
fine(message) — Package function in net.sourceforge.fxpotpourri.logging.misc
fine(message, error) — Method in interface net.sourceforge.fxpotpourri.logging.api.ILog
Broadcasts given message (and error) to all configured appenders with level FINE.
fine(msg, error) — Method in class net.sourceforge.fxpotpourri.logging.core.Log
Broadcasts given message (and error) to all configured appenders with level FINE.
FINE — Constant static property in class net.sourceforge.fxpotpourri.logging.api.LogLevel
FINE_ENABLED — Constant static property in class net.sourceforge.fxpotpourri.logging.core.ApplicationConstants
FlexAppender — Class in package net.sourceforge.fxpotpourri.logging.api.appender
Adapter class for the standard built-in Flex logger.
FlexAppender(configuration:net.sourceforge.fxpotpourri.logging.api.configuration:FlexAppenderConfiguration) — Constructor in class net.sourceforge.fxpotpourri.logging.api.appender.FlexAppender
FlexAppenderConfiguration — Class in package net.sourceforge.fxpotpourri.logging.api.configuration
FlexAppenderConfiguration() — Constructor in class net.sourceforge.fxpotpourri.logging.api.configuration.FlexAppenderConfiguration
Instances should only be created via proper builder!
FlexAppenderConfigurationBuilder — Class in package net.sourceforge.fxpotpourri.logging.api.configuration
FlexAppenderConfigurationBuilder() — Constructor in class net.sourceforge.fxpotpourri.logging.api.configuration.FlexAppenderConfigurationBuilder
format(item:net.sourceforge.fxpotpourri.logging.core:LogItem) — Method in interface net.sourceforge.fxpotpourri.logging.configuration.ILogItemFormatter
format(item:net.sourceforge.fxpotpourri.logging.core:LogItem) — Method in class net.sourceforge.fxpotpourri.logging.configuration.LogItemFormatter
formatDate(date) — Static method in class net.sourceforge.fxpotpourri.logging.misc.GeneralUtil
Return string representation of date in a standard format.
formatToString(object, ... rest) — Static method in class net.sourceforge.fxpotpourri.logging.misc.GeneralUtil
Handy method to get a consistent result of toString():String Example: public class Foo { public var bar:String = "xy"; private var hidden:String = "vw"; public function toString():String { return StringUtilX.formatToString(this, "bar", null, "hidden="+hidden); // => "Foo[bar=xy;hidden=vw]" } }
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