Bees v0.5.0 API

Uses of Class
bees.core.resource.LoggerSpec

Packages that use LoggerSpec
bees.core.resource This package holds most of the system provided capabilities. 
 

Uses of LoggerSpec in bees.core.resource
 

Subclasses of LoggerSpec in bees.core.resource
 class Logger
          The Logger capability provides logging functionality using another capability that provides an OutputStream.
 

Methods in bees.core.resource with parameters of type LoggerSpec
 Logger LoggerFactory.create(Console console, LoggerSpec ls, PermissionSet ps, java.lang.String comment)
          Create a new Logger from the given capabilities.
 Logger LoggerFactory.create(Console console, LoggerSpec ls)
          Create a new Logger from the given capabilities.
 Logger LoggerFactory.create(File file, LoggerSpec ls, PermissionSet ps, java.lang.String comment)
          Create a new Logger from the given capabilities.
 Logger LoggerFactory.create(File file, LoggerSpec ls)
          Create a new Logger from the given capabilities.
 Logger LoggerFactory.create(Logger parent, LoggerSpec ls, PermissionSet ps, java.lang.String comment)
          Create a new Logger from the given capabilities.
 


Bees v0.5.0 API

This documentation is Copyright (C) 2002 The University of Utah. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for Bees v0.5.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/