final class LoggerImpl extends Object implements com.metaring.framework.util.log.Logger
| Modifier and Type | Field and Description |
|---|---|
private Long |
actualStackPosition |
private String |
blank |
private Logger |
javaLogger |
private static String |
LOG_SEVERE_TAG |
private String |
loggedSystemName |
private com.metaring.framework.util.log.LogMessageType |
minimumLogLevel |
private int |
stackPosition |
| Constructor and Description |
|---|
LoggerImpl(String loggedSystemName,
com.metaring.framework.util.log.LogMessageType minimumLogLevel,
Long stackPosition) |
| Modifier and Type | Method and Description |
|---|---|
String |
config(String parameterName,
Object parameterValue) |
String |
debug(String message) |
String |
entering() |
String |
entering(String prefix) |
String |
exiting() |
String |
exiting(String prefix) |
Long |
getActualStackPosition() |
protected String[] |
getCallingInfos() |
private String |
getDateToString() |
String |
getLoggedSystemName() |
com.metaring.framework.util.log.LogMessageType |
getMinimumLogLevel() |
String |
info(String message) |
private String |
print(com.metaring.framework.util.log.LogMessageType messageType,
String message) |
void |
setActualStackPosition(Long actualStackPosition) |
private void |
setJavaLogger() |
void |
setMinimumLogLevel(com.metaring.framework.util.log.LogMessageType minimumLogLevel) |
String |
severe(String message) |
String |
warning(String message) |
private String loggedSystemName
private com.metaring.framework.util.log.LogMessageType minimumLogLevel
private Logger javaLogger
private String blank
private Long actualStackPosition
private int stackPosition
private static final String LOG_SEVERE_TAG
private void setJavaLogger()
public String getLoggedSystemName()
getLoggedSystemName in interface com.metaring.framework.util.log.Loggerpublic com.metaring.framework.util.log.LogMessageType getMinimumLogLevel()
getMinimumLogLevel in interface com.metaring.framework.util.log.Loggerpublic void setMinimumLogLevel(com.metaring.framework.util.log.LogMessageType minimumLogLevel)
setMinimumLogLevel in interface com.metaring.framework.util.log.Loggerpublic Long getActualStackPosition()
getActualStackPosition in interface com.metaring.framework.util.log.Loggerpublic void setActualStackPosition(Long actualStackPosition)
setActualStackPosition in interface com.metaring.framework.util.log.Loggerpublic String entering(String prefix)
entering in interface com.metaring.framework.util.log.Loggerpublic String entering()
entering in interface com.metaring.framework.util.log.Loggerpublic String exiting(String prefix)
exiting in interface com.metaring.framework.util.log.Loggerpublic String exiting()
exiting in interface com.metaring.framework.util.log.Loggerpublic String info(String message)
info in interface com.metaring.framework.util.log.Loggerpublic String debug(String message)
debug in interface com.metaring.framework.util.log.Loggerpublic String config(String parameterName, Object parameterValue)
config in interface com.metaring.framework.util.log.Loggerpublic String warning(String message)
warning in interface com.metaring.framework.util.log.Loggerpublic String severe(String message)
severe in interface com.metaring.framework.util.log.Loggerprivate String print(com.metaring.framework.util.log.LogMessageType messageType, String message)
protected String[] getCallingInfos()
private String getDateToString()
Copyright © 2020. All rights reserved.