This method is called after an object has been checked
back in, but before the isObjectPoolObjectValid()
method is called and before it is made available for
checkout again.
ALL -
Static variable in class com.protomatter.syslog.Channel
A static utility field, which is the "all" channel.
ALL_CHANNEL -
Static variable in class com.protomatter.syslog.Syslog
This method should return the channel that messages
coming from this object should be logged to if the
call to Syslog didn't include a channel (or the channel
specified was null).
A policy within a policy -- this is exactly like
the SimpleLogPolicy except that it also checks to
see if the channel issuing the log message is
in some set.
A policy within a policy -- this is exactly like
the SimpleLogPolicy except that it also checks to
see if the class issuing the log message is
in some set.
An implementation of an object that will log things using the Syslog
facility, and roll it's log files after a certain number of bytes
have been written to them.
A policy within a policy -- this is exactly like
the SimpleLogPolicy except that it also checks to
see if the channel issuing the log message is
in some set.
A policy within a policy -- this is exactly like
the SimpleLogPolicy except that it also checks to
see if the class issuing the log message is
in some set.
Should the current day of the month be taken into consideration when
deciding if this entry is applicable?
If this is set to false (the default) then the values set with
the addDay() and removeDay() are taken
into consideration.
Should the current hour be taken into consideration when
deciding if this entry is applicable?
If this is set to false (the default) then the values set with
the addHour() and removeHour() are taken
into consideration.
Should the current minute be taken into consideration when
deciding if this entry is applicable?
If this is set to false (the default) then the values set with
the addMinute() and removeMinute() are taken
into consideration.
Should the current month be taken into consideration when
deciding if this entry is applicable?
If this is set to false (the default) then the values set with
the addMonth() and removeMonth() are taken
into consideration.
Should the current weekday be taken into consideration when
deciding if this entry is applicable?
If this is set to false (the default) then the values set with
the addWeekday() and removeWeekday() are taken
into consideration.
Should the current year be taken into consideration when
deciding if this entry is applicable?
If this is set to false (the default) then the values set with
the addYear() and removeYear() are taken
into consideration.