| Package | system.logging |
| Class | public class LoggerStrings |
| Inheritance | LoggerStrings Object |
| Property | Defined 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 | ||
| CHAR_PLACEMENT | property |
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_INVALID | property |
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_CHANNEL | property |
public static var DEFAULT_CHANNEL:String
The default channel of the Logger instances returns with the getLogger method.
| EMPTY_FILTER | property |
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_FILTER | property |
public static var ERROR_FILTER:String = Error for filter '{0}'.The static field used when throws an Error when filter failed.
| ILLEGALCHARACTERS | property |
public static var ILLEGALCHARACTERS:String = []~$^&/\(){}<>+=`!#%?,:;'"@The string representation of all the illegal characters.
| INVALID_CHARS | property |
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_LENGTH | property |
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_TARGET | property |
public static var INVALID_TARGET:String = Log, Invalid target specified.The static field used when throws an Error when the specified target is invalid.