|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjcontrol.system.Syslog
public class Syslog
JControl Syslog Implementation
| Constructor Summary | |
|---|---|
Syslog()
|
|
| Method Summary | |
|---|---|
static void |
add(String msg)
append a syslog entry |
static void |
clear()
clear the syslog - all entries will be removed |
static String |
get(int index)
get syslog entry at position 'index' |
static int |
size()
get the count of syslog-entries - 0 if non exists (empty) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, notifyAll, toString, wait |
| Constructor Detail |
|---|
public Syslog()
| Method Detail |
|---|
public static String get(int index)
throws IOException
index -
IOException
public static void add(String msg)
throws IOException
msg -
IOException
public static void clear()
throws IOException
IOException
public static int size()
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||