Packages | Enumerations

utils/Log.java File Reference

Go to the source code of this file.

Packages

package  utils
 

Utilities to handle base64 encoding, log and octet buffers.


Enumerations

enum  utils.Log {
  utils.ALL = ( 0xFFFF, "All" ), utils.AUDIO = ( 0x0100, "Audio" ), utils.VERB = ( 0x0080, "Verbose" ), utils.PDU = ( 0x0040, "PDU" ),
  utils.DEBUG = ( 0x0020, "Debug" ), utils.ATTN = ( 0x0010, "Attention" ), utils.TRACE = ( 0x0008, "Trace" ), utils.INFO = ( 0x0004, "Info" ),
  utils.WARN = ( 0x0002, "Warning" ), utils.ERROR = ( 0x0001, "Error" )
}
 

Common application message logger facility (static implementation)

More...