Uses of Class
info.informatica.log.LogException

Uses of LogException in info.informatica.log
 

Subclasses of LogException in info.informatica.log
 class LogConfigException
           
 

Methods in info.informatica.log that throw LogException
 void LogAgent.closeLog()
           
 boolean LogRule.log(long logid, String ohost, String clase, int level, String s)
           
 boolean LogRule.log(long logid, String ohost, String clase, int level, Throwable t, String s)
           
 boolean LogAgent.log(String ohost, String clase, int level, String s)
          Given a log message, distribute among loggers
 boolean LogAgent.log(String ohost, String clase, int level, Throwable t, String s)
          Given a log message, distribute among loggers
 LogRule LogConfig.parseLine(String s)
           
 

Constructors in info.informatica.log that throw LogException
LogConfig(BufferedReader re)
           
LogConfig(File f)