Packagesystem.logging
Classpublic class LoggerStrings
InheritanceLoggerStrings Inheritance Object

The enumeration of all string expressions in the logger factory engine.



Public Properties
 PropertyDefined By
  CHAR_PLACEMENT : String = '*' must be the right most character.
[static] The static field used when throws an Error when the character placement failed.
LoggerStrings
  CHARS_INVALID : String = The following characters are not valid: []~$^&/(){}<>+=_-`!@#%?,:;'\
[static] The static field used when throws an Error when a character is invalid.
LoggerStrings
  DEFAULT_CHANNEL : String
[static] The default channel of the Logger instances returns with the getLogger method.
LoggerStrings
  EMPTY_FILTER : String = filter must not be null or empty.
[static] The static field used when throws an Error if the filter is empty or null.
LoggerStrings
  ERROR_FILTER : String = Error for filter '{0}'.
[static] The static field used when throws an Error when filter failed.
LoggerStrings
  ILLEGALCHARACTERS : String = []~$^&/\(){}<>+=`!#%?,:;'"@
[static] The string representation of all the illegal characters.
LoggerStrings
  INVALID_CHARS : String = Channels can not contain any of the following characters : []~$^&/\(){}<>+=`!#%?,:;'"@
[static] The static field used when throws an Error when a character is invalid.
LoggerStrings
  INVALID_LENGTH : String = Channels must be at least one character in length.
[static] The static field used when throws an Error when the length of one character is invalid.
LoggerStrings
  INVALID_TARGET : String = Log, Invalid target specified.
[static] The static field used when throws an Error when the specified target is invalid.
LoggerStrings
Property Detail
CHAR_PLACEMENTproperty
public static var CHAR_PLACEMENT:String = '*' must be the right most character.

The static field used when throws an Error when the character placement failed.

CHARS_INVALIDproperty 
public static var CHARS_INVALID:String = The following characters are not valid: []~$^&/(){}<>+=_-`!@#%?,:;'\

The static field used when throws an Error when a character is invalid.

DEFAULT_CHANNELproperty 
public static var DEFAULT_CHANNEL:String

The default channel of the Logger instances returns with the getLogger method.

EMPTY_FILTERproperty 
public static var EMPTY_FILTER:String = filter must not be null or empty.

The static field used when throws an Error if the filter is empty or null.

ERROR_FILTERproperty 
public static var ERROR_FILTER:String = Error for filter '{0}'.

The static field used when throws an Error when filter failed.

ILLEGALCHARACTERSproperty 
public static var ILLEGALCHARACTERS:String = []~$^&/\(){}<>+=`!#%?,:;'"@

The string representation of all the illegal characters.

INVALID_CHARSproperty 
public static var INVALID_CHARS:String = Channels can not contain any of the following characters : []~$^&/\(){}<>+=`!#%?,:;'"@

The static field used when throws an Error when a character is invalid.

INVALID_LENGTHproperty 
public static var INVALID_LENGTH:String = Channels must be at least one character in length.

The static field used when throws an Error when the length of one character is invalid.

INVALID_TARGETproperty 
public static var INVALID_TARGET:String = Log, Invalid target specified.

The static field used when throws an Error when the specified target is invalid.