Table of Contents

Interface ISupportsLogger

Namespace
combit.Logging
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents an interface that supports logging. Just added for compatibility.

public interface ISupportsLogger

Methods

SetLogger(ILlLogger, bool)

Sets the logger for the object.

void SetLogger(ILlLogger logger, bool overrideExisting)

Parameters

logger ILlLogger

The logger to set.

overrideExisting bool

Specifies whether to override an existing logger.