All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class buildtools.Logger

java.lang.Object
   |
   +----buildtools.Logger

public class Logger
extends Object

Variable Index

 o level
 o PRODUCT

Constructor Index

 o Logger(String)

Method Index

 o getLevel()
Get the current logging level
 o log(String)
Log a message with the lowest level.
 o log(String, int)
Log a message with the specified level.
 o setLevel(int)
Set the current logging level

Variables

 o level
 private int level
 o PRODUCT
 private String PRODUCT

Constructors

 o Logger
 public Logger(String product)

Methods

 o log
 public void log(String log)
Log a message with the lowest level.

 o log
 public void log(String log,
                 int level)
Log a message with the specified level.

 o setLevel
 public void setLevel(int level)
Set the current logging level

 o getLevel
 public int getLevel()
Get the current logging level


All Packages  Class Hierarchy  This Package  Previous  Next  Index