ApplicationShutdown

data class ApplicationShutdown(val currentPath: String) : LogEvent(source)

Emitted when the application is shutting down.

Parameters

currentPath

The path of the current log file to generate final report.

Constructors

Link copied to clipboard
constructor(currentPath: String)

Properties

Link copied to clipboard