|
ref_send API 2.9 defensive programming in Java |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ref_send.promise.Log
public class Log
A log interface.
| Constructor Summary | |
|---|---|
Log()
Constructs a log that discards all events. |
|
| Method Summary | |
|---|---|
void |
comment(java.lang.String text)
Logs a comment. |
void |
got(java.lang.String message,
java.lang.Class<?> concrete,
java.lang.reflect.Method method)
Logs receipt of a message. |
void |
problem(java.lang.Exception reason)
Logs an exception. |
void |
returned(java.lang.String message)
Logs sending of a return value. |
void |
sent(java.lang.String message)
Logs a message send. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Log()
| Method Detail |
|---|
public void comment(java.lang.String text)
text - comment textpublic void problem(java.lang.Exception reason)
reason - problem reason
public void got(java.lang.String message,
java.lang.Class<?> concrete,
java.lang.reflect.Method method)
message - message identifierconcrete - concrete type of invocation targetmethod - declaration of invoked methodpublic void sent(java.lang.String message)
message - sent message identifierpublic void returned(java.lang.String message)
message - return message identifier
|
ref_send API 2.9 defensive programming in Java |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 1998-2009 Waterken Inc. under the terms of the MIT X license.