Table of Contents

Property LoggerFactory

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

LoggerFactory

Sets the logger implementation to use.

To create your own logger, implement the ILoggerFactory instance.

Defaults to built-in implementation.

public ILoggerFactory LoggerFactory { set; }

Property Value

ILoggerFactory