Home
last modified time | relevance | path

Searched refs:LoggerFormatter (Results 1 – 6 of 6) sorted by relevance

/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts288 postConstruct?: (this: LoggerFormatter) => any;
289 …call?: (this: LoggerFormatter, severity: string, time: Date, programName: string, message: string …
304 function newFormatter(name: string, functions: LoggerFormatterFunction): LoggerFormatter;
346 formatter: LoggerFormatter;
350 getFormatter(): LoggerFormatter;
352 setFormatter(formatter: LoggerFormatter): any;
383 export class LoggerFormatter {
/plugin/asciidocjs/node_modules/asciidoctor/types/
Dindex.d.ts288 postConstruct?: (this: LoggerFormatter) => any;
289 …call?: (this: LoggerFormatter, severity: string, time: Date, programName: string, message: string …
304 function newFormatter(name: string, functions: LoggerFormatterFunction): LoggerFormatter;
346 formatter: LoggerFormatter;
350 getFormatter(): LoggerFormatter;
352 setFormatter(formatter: LoggerFormatter): any;
383 export class LoggerFormatter {
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.js20507 const LoggerFormatter = Opal.const_get_qualified(Opal.Logger, 'Formatter', true) constant
20510 Opal.Asciidoctor.LoggerFormatter = LoggerFormatter
20515 LoggerFormatter.prototype.call = function (severity, time, programName, message) { class
Dasciidoctor.cjs19034 const LoggerFormatter = Opal.const_get_qualified(Opal.Logger, 'Formatter', true);
19037 Opal.Asciidoctor.LoggerFormatter = LoggerFormatter;
19040 * @memberof LoggerFormatter
19042 LoggerFormatter.prototype.call = function (severity, time, programName, message) {
19144 * @returns {LoggerFormatter} - the formatter
19151 * @param {LoggerFormatter} formatter - the formatter
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js44872 const LoggerFormatter = Opal.const_get_qualified(Opal.Logger, 'Formatter', true)
44875 Opal.Asciidoctor.LoggerFormatter = LoggerFormatter
44880 LoggerFormatter.prototype.call = function (severity, time, programName, message) { class
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js45124 const LoggerFormatter = Opal.const_get_qualified(Opal.Logger, 'Formatter', true)
45127 Opal.Asciidoctor.LoggerFormatter = LoggerFormatter
45132 LoggerFormatter.prototype.call = function (severity, time, programName, message) { class