Class LogMessage

java.lang.Object
org.exoplatform.services.log.LogMessage

public class LogMessage extends Object
Created by the Exo Development team. Author : Tuan Nguyen
Version:
$Id: LogMessage.java 34394 2009-07-23 09:23:31Z dkatayev $
  • Field Details

    • FATAL

      public static int FATAL
    • ERROR

      public static int ERROR
    • WARN

      public static int WARN
    • INFO

      public static int INFO
    • DEBUG

      public static int DEBUG
    • TRACE

      public static int TRACE
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getType

      public int getType()
    • getMessage

      public String getMessage()
    • getDetail

      public String getDetail()