All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.threerings.facebook.Log Maven / Gradle / Ivy

The newest version!
//
// $Id$

package com.threerings.facebook;

import com.samskivert.util.Logger;

/**
 * Contains a reference to the log object used by this library.
 */
public class Log
{
    /** We dispatch our log messages through this logger. */
    public static Logger log = Logger.getLogger("facebook");
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy