[Gradle, JS] Add TeamCity simple message log4js appender
#KT-38109 fixed
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
import {tcEscape} from "./src/teamcity-format"
|
||||
import {formatMessage, SIMPLE_MESSAGE} from "./src/teamcity-format"
|
||||
|
||||
const consoleLog = console.log.bind(console);
|
||||
|
||||
function consoleAppender(layout, timezoneOffset) {
|
||||
return (loggingEvent) => {
|
||||
consoleLog(tcEscape(layout(loggingEvent, timezoneOffset)));
|
||||
consoleLog(formatMessage(SIMPLE_MESSAGE, layout(loggingEvent, timezoneOffset)));
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user