Deverbosified logging.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5403 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-09-30 21:30:48 +00:00
parent 6851fc1b28
commit 2bffe8569b
2 changed files with 35 additions and 37 deletions
@@ -66,6 +66,15 @@ public class AgentObject extends DObject
* bureau and run). */
public int clientOid;
/**
* Returns a brief string that identifies this agent. Use this instead of {@link #toString}
* when you wish to report an agent object in a log message.
*/
public String which ()
{
return "[bid=" + bureauId + ", type=" + bureauType + "]";
}
// AUTO-GENERATED: METHODS START
/**
* Requests that the <code>bureauId</code> field be set to the