Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
<
A
C
D
E
G
I
J
L
M
N
O
S
W
<
()
- Static method in class org.jlogger.core.
SysLogCore
A
alert(String, String, String)
- Static method in class org.jlogger.core.
JLogger
Action must be taken immediately
C
computeCode(int, int)
- Static method in class org.jlogger.core.
SysLogCore
Compute the SysLog facility/priority value.
critical(String, String, String)
- Static method in class org.jlogger.core.
JLogger
Critical condition
critical(String, String, String, Throwable)
- Static method in class org.jlogger.core.
JLogger
D
debug(int, String, String, String)
- Static method in class org.jlogger.core.
JLogger
Debug level message, with detail rating.
debug(String, String, String)
- Static method in class org.jlogger.core.
JLogger
Debug level message
DEFAULT_PORT
- Static variable in class org.jlogger.core.
SysLogCore
E
emergency(String, String, String)
- Static method in class org.jlogger.core.
JLogger
System is unusable
error(String, String, String)
- Static method in class org.jlogger.core.
JLogger
Error condition
error(String, String, String, Throwable)
- Static method in class org.jlogger.core.
JLogger
Error condition with Exception or Error (Throwable).
extractFacility(int)
- Static method in class org.jlogger.core.
SysLogCore
Extract the SysLog facility code.
extractPriority(int)
- Static method in class org.jlogger.core.
SysLogCore
Extract the SysLog priority code.
G
getFacility(String)
- Static method in class org.jlogger.core.
SysLogCore
Return the integer SysLog facility code based upon String value.
getFacilityName(int)
- Static method in class org.jlogger.core.
SysLogCore
Return the SysLog facility as a string.
getPriority(String)
- Static method in class org.jlogger.core.
SysLogCore
Return the integer SysLog priority based upon String value.
getPriorityName(int)
- Static method in class org.jlogger.core.
SysLogCore
Return the SysLog priority as a string.
getProperties()
- Static method in class org.jlogger.util.
GlobalProperties
getProperties - returns the Properties obj
getProperty(String)
- Static method in class org.jlogger.util.
GlobalProperties
getProperty - Returns the property value for the given key
getProperty(String, String)
- Static method in class org.jlogger.util.
GlobalProperties
getProperty - returns the property value for the key&default value combination
GlobalProperties
- class org.jlogger.util.
GlobalProperties
.
Title: JLogger
GlobalProperties(InputStream)
- Constructor for class org.jlogger.util.
GlobalProperties
Con with InputStream as parameter
GlobalProperties(String)
- Constructor for class org.jlogger.util.
GlobalProperties
Con with parameter File name as String **Note: Not supported now
I
information(String, String, String)
- Static method in class org.jlogger.core.
JLogger
Informational message
information(String, String, String, Throwable)
- Static method in class org.jlogger.core.
JLogger
Informational message with throwable
INTERNAL_NOPRI
- Static variable in class org.jlogger.core.
SysLogCore
J
JLogger
- class org.jlogger.core.
JLogger
.
Title: JLogger
JLogger()
- Constructor for class org.jlogger.core.
JLogger
This constructor uses the properties file for configuration.
L
list(PrintStream)
- Static method in class org.jlogger.util.
GlobalProperties
list - Lists all the properties from file
LOG_ALERT
- Static variable in class org.jlogger.core.
SysLogCore
LOG_ALL
- Static variable in class org.jlogger.core.
SysLogCore
LOG_AUTH
- Static variable in class org.jlogger.core.
SysLogCore
LOG_CONS
- Static variable in class org.jlogger.core.
SysLogCore
LOG_CRIT
- Static variable in class org.jlogger.core.
SysLogCore
LOG_CRON
- Static variable in class org.jlogger.core.
SysLogCore
LOG_DAEMON
- Static variable in class org.jlogger.core.
SysLogCore
LOG_DEBUG
- Static variable in class org.jlogger.core.
SysLogCore
LOG_EMERG
- Static variable in class org.jlogger.core.
SysLogCore
LOG_ERR
- Static variable in class org.jlogger.core.
SysLogCore
LOG_FACMASK
- Static variable in class org.jlogger.core.
SysLogCore
LOG_INFO
- Static variable in class org.jlogger.core.
SysLogCore
LOG_KERN
- Static variable in class org.jlogger.core.
SysLogCore
LOG_LOCAL0
- Static variable in class org.jlogger.core.
SysLogCore
LOG_LOCAL1
- Static variable in class org.jlogger.core.
SysLogCore
LOG_LOCAL2
- Static variable in class org.jlogger.core.
SysLogCore
LOG_LOCAL3
- Static variable in class org.jlogger.core.
SysLogCore
LOG_LOCAL4
- Static variable in class org.jlogger.core.
SysLogCore
LOG_LOCAL5
- Static variable in class org.jlogger.core.
SysLogCore
LOG_LOCAL6
- Static variable in class org.jlogger.core.
SysLogCore
LOG_LOCAL7
- Static variable in class org.jlogger.core.
SysLogCore
LOG_LPR
- Static variable in class org.jlogger.core.
SysLogCore
LOG_MAIL
- Static variable in class org.jlogger.core.
SysLogCore
LOG_NDELAY
- Static variable in class org.jlogger.core.
SysLogCore
LOG_NEWS
- Static variable in class org.jlogger.core.
SysLogCore
LOG_NFACILITIES
- Static variable in class org.jlogger.core.
SysLogCore
LOG_NOTICE
- Static variable in class org.jlogger.core.
SysLogCore
LOG_NOWAIT
- Static variable in class org.jlogger.core.
SysLogCore
LOG_ODELAY
- Static variable in class org.jlogger.core.
SysLogCore
LOG_PERROR
- Static variable in class org.jlogger.core.
SysLogCore
LOG_PID
- Static variable in class org.jlogger.core.
SysLogCore
LOG_PRIMASK
- Static variable in class org.jlogger.core.
SysLogCore
LOG_SYSLOG
- Static variable in class org.jlogger.core.
SysLogCore
LOG_USER
- Static variable in class org.jlogger.core.
SysLogCore
LOG_UUCP
- Static variable in class org.jlogger.core.
SysLogCore
LOG_WARNING
- Static variable in class org.jlogger.core.
SysLogCore
log(String, String, int, String)
- Static method in class org.jlogger.core.
JLogger
Support logging w/priority as a argument.
log(String, String, int, String, Throwable)
- Static method in class org.jlogger.core.
JLogger
Support logging w/priority as a argument.
M
main(String[])
- Static method in class org.jlogger.core.
SysLog
Test driver to exercise list properties.
N
notice(String, String, String)
- Static method in class org.jlogger.core.
JLogger
Normal (but significant) condition
notice(String, String, String, Throwable)
- Static method in class org.jlogger.core.
JLogger
notice condition just like warning
O
org.jlogger.core
- package org.jlogger.core
org.jlogger.util
- package org.jlogger.util
S
setDebugLevel(int)
- Static method in class org.jlogger.core.
JLogger
Set the detail level.
SysLog
- class org.jlogger.core.
SysLog
.
Title: JLogger
syslog(InetAddress, int, int, int, String)
- Static method in class org.jlogger.core.
SysLog
Write messages to syslogd.
syslog(int, int, String)
- Static method in class org.jlogger.core.
SysLog
Write messages to syslogd.
syslog(int, String)
- Static method in class org.jlogger.core.
SysLog
Write messages to syslogd.
SysLog(String, int, String, int)
- Constructor for class org.jlogger.core.
SysLog
Creates a Syslog object instance, targeted for host 'hostname' on the specified port.
SysLog(String, String, int)
- Constructor for class org.jlogger.core.
SysLog
Creates a Syslog object instance, targeted for host 'hostname' on the default syslogd port.
SysLog(String, String, String)
- Constructor for class org.jlogger.core.
SysLog
Creates a Syslog object instance, targeted for host 'hostname' on the default syslogd port.
SysLogCore
- class org.jlogger.core.
SysLogCore
.
Title: JLogger
SysLogCore()
- Constructor for class org.jlogger.core.
SysLogCore
W
warning(String, String, String)
- Static method in class org.jlogger.core.
JLogger
Warning condition
<
A
C
D
E
G
I
J
L
M
N
O
S
W
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES