Skip to content

@loontail/minecraft-kit / WriteLoggingConfigAction

Type Alias: WriteLoggingConfigAction

ts
type WriteLoggingConfigAction = {
  content: string;
  kind: typeof WRITE_LOGGING_CONFIG;
  path: string;
};

Defined in: src/types/install.ts:127

Write a logging config (log4j XML) to disk.

Properties

PropertyModifierTypeDefined in
contentreadonlystringsrc/types/install.ts:130
kindreadonlytypeof WRITE_LOGGING_CONFIGsrc/types/install.ts:128
pathreadonlystringsrc/types/install.ts:129

MIT License