S9SourceNine Labs / CMAPI Docs 1.0
CMAPI / API reference

LogLevel

Specifies the severity of a mod log message.

View source ↗
CMAPI 1.0.0Standalone runtimeWindows x64Tested with Planet Crafter 2.008
Namespace CMAPIEnumAssembly CMAPI.API.dll
public enum LogLevel

Specifies the severity of a mod log message.

Members

Info

field
Info

Normal information about mod behavior or state.

Warning

field
Warning

A recoverable condition that may require attention.

Error

field
Error

A failed operation or invalid state.

Debug

field
Debug

Verbose information intended for development and diagnosis.