Log.empty constructor

Log.empty()

Implementation

Log.empty()
:
    super(
        NotExist,
        '',
        {},
        {},
        [],
    )
;