org.dspace.core
Class LogManager
java.lang.Object
org.dspace.core.LogManager
public class LogManager
- extends Object
Class for generating standard log header
- Version:
- $Revision: 3036 $
- Author:
- David Stuve, Robert Tansley
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogManager
public LogManager()
getHeader
public static String getHeader(Context context,
String action,
String extrainfo)
- Generate the log header
- Parameters:
context - the current Context - safe to pass in nullaction - string describing the actionextrainfo - string with extra information, like parameters
- Returns:
- the filled out log header
Copyright © 2008 The DSpace Foundation. All Rights Reserved.