Log class jockeying; implemented a test client at the party layer that
does proper context object creation; small progress on locmgr stuff. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@95 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
//
|
||||
// $Id: Log.java,v 1.3 2001/05/30 23:58:31 mdb Exp $
|
||||
// $Id: Log.java,v 1.4 2001/07/20 23:23:50 mdb Exp $
|
||||
|
||||
package com.threerings.cocktail.cher;
|
||||
|
||||
/**
|
||||
* A placeholder class that contains a reference to the log object used by
|
||||
* the Spine package.
|
||||
* the Cher services.
|
||||
*/
|
||||
public class Log
|
||||
{
|
||||
public static com.samskivert.util.Log log =
|
||||
new com.samskivert.util.Log("cher");
|
||||
new com.samskivert.util.Log("cocktail.cher");
|
||||
|
||||
/** Convenience function. */
|
||||
public static void debug (String message)
|
||||
|
||||
Reference in New Issue
Block a user