|
AXL RADIUS Server API V3 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
ObjectLogImpl
Abstract class for implementing a log. General logging by the server (server & debugging) is implemented using these two methods:
abstract void write(int logType, String logMsg); and abstract void write(int logType, String name, String logMsg);
setDebugLogImplFactory(),
setServerLogImplFactory()| Field Summary | |
boolean |
enabled
Enable or Disable logging by the server - maintained by the server. |
boolean |
isOpen
Has open been called? |
int |
level
Logging level - maintained by the server. |
int |
state
Logging state maintained by the RADIUS server. |
| Constructor Summary | |
LogImpl()
|
|
| Method Summary | |
abstract void |
close()
Called by the server to close the log. |
abstract void |
open()
Called by the server to open the log. |
abstract void |
write(String logMsg)
Called by the server to write a message to the log. |
abstract void |
write(String name,
String logMsg)
Called by the server to write the log. |
| Methods inherited from class Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public boolean enabled
public boolean isOpen
public int level
public int state
| Constructor Detail |
public LogImpl()
| Method Detail |
public abstract void close()
public abstract void open()
public abstract void write(String logMsg)
logMsg - message to write.
public abstract void write(String name,
String logMsg)
logMsg - message to write.
|
AXL RADIUS Server API V3 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||