Packageat.fhjoanneum.dmt.umj.core.util
Classpublic class LogUtil
InheritanceLogUtil Inheritance Object

IMPORTANT FRAMEWORK CLASS and HELPER: Use the LogUtil to get a unique LOG for your class to log it! e.g. private static const LOG:ILogger = LogUtil.getLogger(MyClassName);



Public Properties
 PropertyDefined By
  fileTargetEnabled : Boolean
[static] [read-only]
LogUtil
  fileTargetSeverity : int
[static]
LogUtil
  traceTargetEnabled : Boolean
[static] [read-only]
LogUtil
  traceTargetSeverity : int
[static]
LogUtil
Public Methods
 MethodDefined By
  
[static]
LogUtil
  
[static]
LogUtil
  
[static]
LogUtil
  
[static]
LogUtil
  
getLogger(c:Class):ILogger
[static]
LogUtil
Property Detail
fileTargetEnabledproperty
fileTargetEnabled:Boolean  [read-only]


Implementation
    public static function get fileTargetEnabled():Boolean
fileTargetSeverityproperty 
fileTargetSeverity:int


Implementation
    public static function get fileTargetSeverity():int
    public static function set fileTargetSeverity(value:int):void
traceTargetEnabledproperty 
traceTargetEnabled:Boolean  [read-only]


Implementation
    public static function get traceTargetEnabled():Boolean
traceTargetSeverityproperty 
traceTargetSeverity:int


Implementation
    public static function get traceTargetSeverity():int
    public static function set traceTargetSeverity(value:int):void
Method Detail
checkApplicationLogging()method
public static function checkApplicationLogging():void

checkStartupLogging()method 
public static function checkStartupLogging():void

getCurrentLogFile()method 
public static function getCurrentLogFile():File

Returns
File
getFileTargetPath()method 
public static function getFileTargetPath():String

Returns
String
getLogger()method 
public static function getLogger(c:Class):ILogger

Parameters

c:Class

Returns
ILogger