org.cogroo.addon
Class LoggerImpl

java.lang.Object
  extended by org.cogroo.addon.LoggerImpl

public class LoggerImpl
extends Object


Field Summary
static String lineSeparator
          get the platform's String to mark the end of each line
 
Constructor Summary
LoggerImpl()
           
 
Method Summary
static Logger getLogger(String name)
           
static String getPath()
           
static boolean isInitialized()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lineSeparator

public static final String lineSeparator
get the platform's String to mark the end of each line

Constructor Detail

LoggerImpl

public LoggerImpl()
Method Detail

getPath

public static String getPath()

isInitialized

public static boolean isInitialized()

getLogger

public static Logger getLogger(String name)


Copyright © 2012-2013 CoGrOO. All Rights Reserved.