mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 00:23:03 +00:00
refactor: split api into api, api-cli & api-plugin
This commit is contained in:
@@ -26,7 +26,6 @@ export class AddLogLevel implements Transformation {
|
||||
|
||||
/**
|
||||
* Add log level to output
|
||||
*
|
||||
* @param logLevel Log level to add to output
|
||||
* @param output Output to colorize
|
||||
*/
|
||||
|
||||
@@ -29,7 +29,6 @@ export class Colorize implements Transformation {
|
||||
|
||||
/**
|
||||
* Instantiate a new colorize transformation
|
||||
*
|
||||
* @param logLevelToColor Map from log level to color transformation to apply
|
||||
*/
|
||||
constructor(
|
||||
@@ -47,7 +46,6 @@ export class Colorize implements Transformation {
|
||||
|
||||
/**
|
||||
* Colorize log output
|
||||
*
|
||||
* @param logLevel Log level to choose color for
|
||||
* @param output Output to colorize
|
||||
*/
|
||||
|
||||
@@ -26,7 +26,6 @@ export class Timestamp implements Transformation {
|
||||
|
||||
/**
|
||||
* Add timestamp to output
|
||||
*
|
||||
* @param _logLevel Log level to add timestamp to output for
|
||||
* @param output Output to add timestamp to
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user