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

tripleplay.platform.Log Maven / Gradle / Ivy

There is a newer version: 2.0.8
Show newest version
//
// Triple Play - utilities for use in PlayN-based games
// Copyright (c) 2011-2014, Three Rings Design, Inc. - All rights reserved.
// http://github.com/threerings/tripleplay/blob/master/LICENSE

package tripleplay.platform;

import tripleplay.util.Logger;

/**
 * Provides logging for the TriplePlay Platform package.
 */
class Log
{
    /** Provides logging for the TriplePlay Platform package. */
    public static final Logger log = new Logger("tppf");
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy