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

com.samskivert.net.Log Maven / Gradle / Ivy

The newest version!
//
// samskivert library - useful routines for java programs
// Copyright (C) 2001-2012 Michael Bayne, et al.
// http://github.com/samskivert/samskivert/blob/master/COPYING

package com.samskivert.net;

import com.samskivert.util.Logger;

/** Provides a log instance for this package. */
class Log {

    static final Logger log = Logger.getLogger("com.samskivert.net");
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy