Packageru.andrewskorik.prrelib.log
Classpublic class ErrorNotificationLevel

Класс с константами для политики оповещения компонента об ошибках. В случае если контейнеру назначено LOG - ошибки будут выводиться в лог (там где они потенциально ожидаемы и перехватываются) В случае если политика установлена в ERROR - Бует исключение времени выполнения



Public Methods
 MethodDefined by
  
ErrorNotificationLevel
Public Constants
 ConstantDefined by
  ERROR : String = "throwErrors"
[static]
ErrorNotificationLevel
  LOG : String = "logErrors"
[static]
ErrorNotificationLevel
Constructor detail
ErrorNotificationLevel()constructor
public function ErrorNotificationLevel()
Constant detail
ERRORconstant
public static const ERROR:String = "throwErrors"
LOGconstant 
public static const LOG:String = "logErrors"