Static Public Member Functions

alma.acs.testsupport.TestLogger Class Reference

List of all members.

Static Public Member Functions

static Logger getLogger (String name)
static Logger getLogger (String name, Level level)

Detailed Description

For logging in module tests which don't have the acsjlog module available because they come before in the build list.

Author:
hsommer created Aug 25, 2004 1:03:43 PM

Member Function Documentation

static Logger alma.acs.testsupport.TestLogger.getLogger ( String  name  )  [static]

Gets a console logger with Level.FINEST.

See also:
getLogger(String, Level)
static Logger alma.acs.testsupport.TestLogger.getLogger ( String  name,
Level  level 
) [static]

Returns a simple JDK logger that's configured to use a ConsoleHandler. It will log messages to the console (syserr) and ignore log levels below level.

Parameters:
name logger name
level minimum level of messages to be not discarded

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties