Package com.mchange.v2.log
Interface MLogger
- All Known Implementing Classes:
NullMLogger
public interface MLogger
This is an interface designed to wrap around the JDK1.4 logging API, without
having any compilation dependencies on that API, so that applications that use
MLogger in a non JDK1.4 environment, or where some other logging library is
prefrerred, may do so.
Calls to handler and filter related methods may be ignored if some logging
system besides jdk1.4 logging is the underlying library.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addHandler
(Object h) Deprecated.stick to common denominator logging through MLog facadevoid
void
void
void
void
void
void
void
void
Deprecated.stick to common denominator logging through MLog facadeObject[]
Deprecated.stick to common denominator logging through MLog facadegetLevel()
Deprecated.stick to common denominator logging through MLog facadegetName()
Deprecated.stick to common denominator logging through MLog facadeDeprecated.stick to common denominator logging through MLog facadeboolean
Deprecated.stick to common denominator logging through MLog facadevoid
boolean
isLoggable
(MLevel l) void
void
void
void
void
void
void
void
void
void
void
void
void
Deprecated.stick to common denominator logging through MLog facadevoid
Deprecated.stick to common denominator logging through MLog facadevoid
Deprecated.stick to common denominator logging through MLog facadevoid
setUseParentHandlers
(boolean uph) Deprecated.stick to common denominator logging through MLog facadevoid
void
void
-
Method Details
-
getName
String getName() -
log
-
log
-
log
-
log
-
logp
-
logp
-
logp
-
logp
-
logrb
-
logrb
-
logrb
-
logrb
-
entering
-
entering
-
entering
-
exiting
-
exiting
-
throwing
-
severe
-
warning
-
info
-
config
-
fine
-
finer
-
finest
-
isLoggable
-
getResourceBundle
ResourceBundle getResourceBundle()Deprecated.stick to common denominator logging through MLog facade -
getResourceBundleName
String getResourceBundleName()Deprecated.stick to common denominator logging through MLog facade -
setFilter
Deprecated.stick to common denominator logging through MLog facade- Throws:
SecurityException
-
getFilter
Object getFilter()Deprecated.stick to common denominator logging through MLog facade -
setLevel
Deprecated.stick to common denominator logging through MLog facade- Throws:
SecurityException
-
getLevel
MLevel getLevel()Deprecated.stick to common denominator logging through MLog facade -
addHandler
Deprecated.stick to common denominator logging through MLog facade- Throws:
SecurityException
-
removeHandler
Deprecated.stick to common denominator logging through MLog facade- Throws:
SecurityException
-
getHandlers
Object[] getHandlers()Deprecated.stick to common denominator logging through MLog facade -
setUseParentHandlers
void setUseParentHandlers(boolean uph) Deprecated.stick to common denominator logging through MLog facade -
getUseParentHandlers
boolean getUseParentHandlers()Deprecated.stick to common denominator logging through MLog facade
-