public class

LogManager

extends Object
java.lang.Object
   ↳ com.microstrategy.utils.log.LogManager

Summary

Public Constructors
LogManager()
Public Methods
static void generateLogSettingError(Exception ex)
A generic method to display an exception generated while setting logging defaults.
boolean getBooleanProperty(String prefix, String name, boolean defaultValue)
int getIntProperty(String prefix, String name, int defaultValue)
static LogManager getLogManager()
synchronized Logger getLogger(String name)
synchronized Enumeration getLoggerNames()
String getProperty(String prefix, String name)
String getProperty(String name)
String getProperty(String prefix, String name, String defaultValue)
void publish(LogRecord record)
synchronized void readConfiguration()
synchronized void readConfiguration(InputStream iStream)
synchronized void reset()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public LogManager ()

Public Methods

public static void generateLogSettingError (Exception ex)

A generic method to display an exception generated while setting logging defaults. It will display it on the output console

Parameters
ex The exception originally raised.

public boolean getBooleanProperty (String prefix, String name, boolean defaultValue)

public int getIntProperty (String prefix, String name, int defaultValue)

public static LogManager getLogManager ()

public synchronized Logger getLogger (String name)

public synchronized Enumeration getLoggerNames ()

public String getProperty (String prefix, String name)

public String getProperty (String name)

public String getProperty (String prefix, String name, String defaultValue)

public void publish (LogRecord record)

public synchronized void readConfiguration ()

Throws
MissingResourceException

public synchronized void readConfiguration (InputStream iStream)

Throws
IOException

public synchronized void reset ()