|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpaludis.Log
public class Log
Functions to control how the Paludis library logs events
| Nested Class Summary | |
|---|---|
static class |
Log.Level
Available log levels |
| Method Summary | |
|---|---|
static int |
getLogLevel()
Gets the current log level |
static void |
setLogLevel(int level)
Sets the log level |
static void |
setProgramName(String name)
Sets the name of the program the Paludis library will prefix to log messages |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void setLogLevel(int level)
level - Display messages of at least this levelLog.Levelpublic static int getLogLevel()
Log.Levelpublic static void setProgramName(String name)
name - Name to prefix to future log messages
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||