Uses of Class
org.nuiton.log.LutinLogEvent.LogType

Packages that use LutinLogEvent.LogType
org.nuiton.log Ce package permet de mettre en place facilement des logs dans les applications. 
 

Uses of LutinLogEvent.LogType in org.nuiton.log
 

Methods in org.nuiton.log that return LutinLogEvent.LogType
 LutinLogEvent.LogType LutinLogEvent.getLogType()
           
static LutinLogEvent.LogType LutinLogEvent.LogType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LutinLogEvent.LogType[] LutinLogEvent.LogType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.nuiton.log with parameters of type LutinLogEvent.LogType
protected  void LutinLog.fireLogEvent(LutinLogEvent.LogType type, Object msg, Throwable eee)
          Deprecated.  
 

Constructors in org.nuiton.log with parameters of type LutinLogEvent.LogType
LutinLogEvent(Object source, LutinLogEvent.LogType logType, String msg, Throwable eee)
           
 



Copyright © 2004-2010 CodeLutin. All Rights Reserved.