Initial commit
This commit is contained in:
22
thetya-tools/src/com/github/thetya/tools/Log.java
Normal file
22
thetya-tools/src/com/github/thetya/tools/Log.java
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
* Copyright (c) 2014-2021 Thetya Team
|
||||
* Copyright (c) 2005-2011 Three Rings
|
||||
*
|
||||
* https://github.com/Thetya
|
||||
*/
|
||||
|
||||
package com.github.thetya.tools;
|
||||
|
||||
import com.samskivert.util.Logger;
|
||||
|
||||
/**
|
||||
* Contains a reference to the {@link Logger} object used by the tools package.
|
||||
*/
|
||||
@SuppressWarnings("unused")
|
||||
public class Log {
|
||||
|
||||
/**
|
||||
* The {@link Logger} reference.
|
||||
*/
|
||||
public static Logger log = Logger.getLogger("com.github.thetya.tools");
|
||||
}
|
||||
Reference in New Issue
Block a user