org.dspace.core
Class LogManager

java.lang.Object
  extended by org.dspace.core.LogManager

public class LogManager
extends Object

Class for generating standard log header

Version:
$Revision: 3036 $
Author:
David Stuve, Robert Tansley

Constructor Summary
LogManager()
           
 
Method Summary
static String getHeader(Context context, String action, String extrainfo)
          Generate the log header
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogManager

public LogManager()
Method Detail

getHeader

public static String getHeader(Context context,
                               String action,
                               String extrainfo)
Generate the log header

Parameters:
context - the current Context - safe to pass in null
action - string describing the action
extrainfo - string with extra information, like parameters
Returns:
the filled out log header


Copyright © 2008 The DSpace Foundation. All Rights Reserved.