| Modifier and type | Field and description |
|---|---|
| public static val java.lang.String | PLATFORM_MESSAGE_FORMAT_NAME
Name of property that contains the format of the logging messages on the platform. |
| public static val java.lang.String | PLATFORM_MESSAGE_FORMAT_VALUE
Format of the logging messages on the platform. |
| public static val java.lang.String | PREFIX
Prefix for the configuration entries of the logging configuration. |
| Modifier and type | Action and description |
|---|---|
| java.lang.String | getPlatformMessageFormat |
| void | setPlatformMessageFormat(String)
Change the pattern of the platform messages. |
var platformMessageFormat : java.lang.String
This property is an alias for the action: getPlatformMessageFormat
public static val PLATFORM_MESSAGE_FORMAT_NAME : java.lang.String = "sre.services.logging.platformMessageFormat"
%1: the date,%2: the name of the calling function,%3: the name of the logger,%4: the logging level,%5: the message, and%6: the throwable.public static val PLATFORM_MESSAGE_FORMAT_VALUE : java.lang.String = "[%4$s, %1$tl:%1$tM:%1$tS%1$tp, %3$s] %5$s%6$s%n"
%1: the date,%2: the name of the calling function,%3: the name of the logger,%4: the logging level,%5: the message, and%6: the throwable.public static val PREFIX : java.lang.String = "sre.services.logging"
def getPlatformMessageFormat : java.lang.String
def setPlatformMessageFormat(String)
%1: the date,%2: the name of the calling function,%3: the name of the logger,%4: the logging level,%5: the message, and%6: the throwable.