Skip to content

Faimulus TypeScript API / @faimulus/driver-sdk / ChannelLogger

Interface: ChannelLogger ​

Structured logger supplied by the channel host.

Methods ​

debug() ​

debug(message, context?): void

Parameters ​

message ​

string

context? ​

JsonObject

Returns ​

void


error() ​

error(message, context?): void

Parameters ​

message ​

string

context? ​

JsonObject

Returns ​

void


info() ​

info(message, context?): void

Parameters ​

message ​

string

context? ​

JsonObject

Returns ​

void


warn() ​

warn(message, context?): void

Parameters ​

message ​

string

context? ​

JsonObject

Returns ​

void

Documentation for the current repository state.