Home Reference Source Test
public class | source

InstallerLogger

Extends:

BaseLogger → InstallerLogger

Installer Logger

Method Summary

Public Methods
public

error(error: Object)

Log error

public

next(notification: Object)

Log next notification

Inherited Summary

From class BaseLogger
public

Get the logger as observer

Public Methods

public error(error: Object) source

Log error

Params:

NameTypeAttributeDescription
error Object

error to log

error.type string

error type

error.payload Object

error payload

public next(notification: Object) source

Log next notification

Params:

NameTypeAttributeDescription
notification Object

notification to log

notification.type string

operation type

notification.payload Object

operation payload