tripleplay.platform.Log Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tripleplay Show documentation
Show all versions of tripleplay Show documentation
Utilities for use in PlayN-based games.
//
// 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