Main: Whitepaper FAQ Examples JavaDoc Classloader Performance
Protomatter Software v1.1.8

Uses of Class
com.protomatter.syslog.Channel

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

Uses of Channel in com.protomatter.syslog
 

Fields in com.protomatter.syslog declared as Channel
static Channel Syslog.channel
          A log channel for syslog configuration and system related messages.
static Channel Channel.ALL
          A static utility field, which is the "all" channel.
static Channel Channel.DEFAULT
          A static utility field, which is the "default" channel.
 

Methods in com.protomatter.syslog that return Channel
static Channel Channel.getChannel(java.lang.String channelName)
          Get a Channel object for the given channel name.
static Channel Channel.getChannel(java.lang.Class channelClass)
          Get a Channel object with the name of the given class.
static Channel Channel.forPackage(java.lang.Class someClass)
          Get a Channel whose name is the package that the given class is in.
static Channel Channel.getChannel(java.lang.String[] channels)
          Get a Channel object for the given set of channels.
static Channel Channel.getChannel(SyslogChannelAware channelAware)
          Get a Channel object which will delegate to the given channel aware object.
static Channel Channel.getAllChannel()
          Get a Channel object for the "all" channel.
static Channel Channel.getDefaultChannel()
          Get a Channel object for the default channel.
 


Protomatter Software v1.1.8
Copyright 1998-2002 Nate Sammons

Protomatter Software v1.1.8 http://protomatter.sourceforge.net/1.1.8