ILogger.append

Send a message to this logger.

interface ILogger
append

Parameters

level Level

Level at which to log the message

exp cstring

Lazily evaluated message string If the level is not enabled for this logger, it won't be evaluated.

Return Value

Type: ILogger

this for easy chaining

Meta