org.defne.utility.log
Class LoggerProvider

java.lang.Object
  extended by org.defne.utility.log.LoggerProvider

public final class LoggerProvider
extends Object

Provider class for the ILogger instances.

Version:
$Rev$ $Date$

Method Summary
static ILogger getLogProvider(Class<?> forClass)
          Gets the logger for the given class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLogProvider

public static ILogger getLogProvider(Class<?> forClass)
Gets the logger for the given class.

Parameters:
forClass - logger owner
Returns:
the logger


Copyright © 2010 MechSoft Mechanical and Software Solutions. All Rights Reserved.