/*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.l2j.gameserver;
import java.util.logging.Logger;
import net.sf.l2j.Config;
public class L2JBrasil
{
private static final Logger _log = Logger.getLogger(L2JBrasil.class.getName());
/**
* L2JBrasil Info
*/
public static void info()
{
_log.info("----------------------------------------------------------------------");
_log.info(" L2J Brasil Core Version: " + Config.SERVER_VERSION );
_log.info(" L2J Brasil taPack Version: " + Config.DATAPACK_VERSION );
_log.info(" Copyright 2009-2010 ");
_log.info("----------------------------------------------------------------------");
}
}
private static final Logger _log = Logger.getLogger(L2JBrasil.class.getName()); <--- aki ele le _log.info
e como eu fasso pra usa --> System.out.println
pq eu queria fase assim
/*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.l2j.gameserver;
import java.util.logging.Logger;
import net.sf.l2j.Config;
public class L2JBrasil
{
private static final Logger _log = Logger.getLogger(L2JBrasil.class.getName());
/**
* L2JBrasil Info
*/
public static void info()
{
System.out.println(" /\ \ /'___`\ __/\ _`\ __ /\_ \ "):
System.out.println(" \ \ \ /\_\ /\ \ /\_\ \ \L\ \ _ __ __ ____/\_\//\ \ "):
System.out.println(" \ \ \ __\/_/// /__\/\ \ \ _ <'/
[code]/*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.l2j.gameserver;
import java.util.logging.Logger;
import net.sf.l2j.Config;
public class L2JBrasil
{
private static final Logger _log = Logger.getLogger(L2JBrasil.class.getName());
/**
* L2JBrasil Info
*/
public static void info()
{
_log.info("----------------------------------------------------------------------");
_log.info(" L2J Brasil Core Version: " + Config.SERVER_VERSION );
_log.info(" L2J Brasil taPack Version: " + Config.DATAPACK_VERSION );
_log.info(" Copyright 2009-2010 ");
_log.info("----------------------------------------------------------------------");
}
}
private static final Logger _log = Logger.getLogger(L2JBrasil.class.getName()); <--- aki ele le _log.info
e como eu fasso pra usa --> System.out.println
pq eu queria fase assim
'__\/'__`\ /',__\/\ \ \ \ \ "):
System.out.println(" \ \ \L\ \ // /_\ \ \ \ \ \L\ \ \ \//\ \L\.\_/\__, `\ \ \ \_\ \_ "):
System.out.println(" \ \____/ /\______/_\ \ \ \____/\ \_\ \__/.\_\/\____/\ \_\/\____\ "):
System.out.println(" \/___/ \/_____//\ \_\ \/___/ \/_/ \/__/\/_/\/___/ \/_/\/____/ "):
System.out.println(" \ \____/ "):
System.out.println(" \/___/ "):
System.out.println(" ");
}
}
[/code]
entao a minha pergunta e:
o q eu tenho q por aki nessa linha abaixo pra ele le esse codigo System.out.println e nao esse _log.info
private static final Logger _log = Logger.getLogger(L2JBrasil.class.getName());