eXo Kernel :: Commons Utils 2.4.10-UXP01

org.exoplatform.services.log
Class LogMessage

java.lang.Object
  extended by 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 Summary
static int DEBUG
           
static int ERROR
           
static int FATAL
           
static int INFO
           
static int TRACE
           
static int WARN
           
 
Constructor Summary
LogMessage(String name, int type, String message, String detail)
           
 
Method Summary
 String getDetail()
           
 String getMessage()
           
 String getName()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 Detail

LogMessage

public LogMessage(String name,
                  int type,
                  String message,
                  String detail)
Method Detail

getName

public String getName()

getType

public int getType()

getMessage

public String getMessage()

getDetail

public String getDetail()

eXo Kernel :: Commons Utils 2.4.10-UXP01

Copyright © 2014 eXo Platform SAS. All Rights Reserved.