Syslog White Paper FAQ Examples JavaDoc Classloader
Protomatter Software v1.1.7

Uses of Interface
com.protomatter.syslog.LogPolicy

Packages that use LogPolicy
com.protomatter.syslog Syslog is a system-wide logging facility. 
 

Uses of LogPolicy in com.protomatter.syslog
 

Classes in com.protomatter.syslog that implement LogPolicy
 class JDK14PerChannelPolicy
          A policy that can make decision on a per-channel basis.
static class JDK14PerChannelPolicy.PolicyGroup
          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.
 class JDK14PerClassPolicy
          A policy that can make decision on a per-class basis.
static class JDK14PerClassPolicy.PolicyGroup
          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.
 class PerChannelPolicy
          A policy that can make decision on a per-channel basis.
static class PerChannelPolicy.PolicyGroup
          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.
 class PerClassPolicy
          A policy that can make decision on a per-class basis.
static class PerClassPolicy.PolicyGroup
          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.
 class SimpleLogPolicy
          The default LogPolicy that knows about log levels and channels.
 

Fields in com.protomatter.syslog declared as LogPolicy
protected  LogPolicy BasicLogger.policy
           
protected  LogPolicy BasicLogger.realPolicy
           
 

Methods in com.protomatter.syslog that return LogPolicy
 LogPolicy Syslogger.getPolicy()
          Get the log policy used by this logger.
 LogPolicy BasicLogger.getPolicy()
          Get the log policy used by this logger.
 

Methods in com.protomatter.syslog with parameters of type LogPolicy
 void Syslogger.setPolicy(LogPolicy policy)
          Set the log policy used by this logger.
 void BasicLogger.setPolicy(LogPolicy policy)
          Set the log policy used by this logger.
 


Protomatter Software v1.1.7
Copyright 1998-2002 Nate Sammons

Protomatter Software v1.1.7 http://protomatter.sourceforge.net/1.1.7