Appearance
@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
| Property | Modifier | Type | Defined in |
|---|---|---|---|
content | readonly | string | src/types/install.ts:130 |
kind | readonly | typeof WRITE_LOGGING_CONFIG | src/types/install.ts:128 |
path | readonly | string | src/types/install.ts:129 |