com.asdf.common
Class Logger

java.lang.Object
  extended by com.asdf.common.Logger

public class Logger
extends java.lang.Object

Logger Provides easy logging mechanisms. Logger may be configured to log to various destinations. Logging.properties file is distributed on the root of Server sources to let users configure destinations and levels.


Method Summary
static java.util.logging.Logger get()
          Creates new instance when used for a first time and serves that instance for later calls.
static void logClassPath()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static java.util.logging.Logger get()
Creates new instance when used for a first time and serves that instance for later calls. Reads configuration file from logging.properties assumed to be in working directory. If file can't be read or it's malformed, logging is done with default settings.

Returns:
Instance of Logger

logClassPath

public static void logClassPath()