Bees v0.5.0 API

Uses of Class
bees.core.resource.Logger

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

Uses of Logger in bees.core.resource
 

Methods in bees.core.resource that return Logger
 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.
 Logger LoggerFactory.create(Logger parent, java.lang.String prefix, PermissionSet ps)
          Create a new Logger from the given capabilities.
 Logger LoggerFactory.create(Logger parent, java.lang.String prefix)
          Create a new Logger from the given capabilities.
static Logger Logger.currentLogger()
           
 

Methods in bees.core.resource with parameters of type Logger
 Logger LoggerFactory.create(Logger parent, LoggerSpec ls, PermissionSet ps, java.lang.String comment)
          Create a new Logger from the given capabilities.
 Logger LoggerFactory.create(Logger parent, java.lang.String prefix, PermissionSet ps)
          Create a new Logger from the given capabilities.
 Logger LoggerFactory.create(Logger parent, java.lang.String prefix)
          Create a new Logger from the given capabilities.
static void Logger.setCurrent(Logger logger)
          Set the current logger for this Domain.
 


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/