LogFileCreated

data class LogFileCreated(val previousPath: String?, val currentPath: String) : LogEvent(source)

Emitted when a new log file is created.

Parameters

previousPath

The path of the previous log file, or null if this is the first file.

currentPath

The path of the newly created log file.

Constructors

Link copied to clipboard
constructor(previousPath: String?, currentPath: String)

Properties

Link copied to clipboard
Link copied to clipboard