org.exoplatform.services.log
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 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
LogMessage
public LogMessage(String name,
int type,
String message,
String detail)
getName
public String getName()
getType
public int getType()
getMessage
public String getMessage()
getDetail
public String getDetail()
Copyright © 2014 eXo Platform SAS. All Rights Reserved.