java.lang.Object | |
↳ | com.microstrategy.utils.log.LogManager |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
A generic method to display an exception generated while setting logging defaults. It will display it on the output console
ex | The exception originally raised. |
---|
MissingResourceException |
---|
IOException |
---|