Show / Hide Table of Contents

Enum ApiLogProvider

Defines the different Log Providers supported by the API.

Namespace: Celerik.NetCore.Services
Assembly: cs.temp.dll.dll
Syntax
public enum ApiLogProvider

Fields

Name Description
Console

Sends log output to the console.

Debug

Writes log output by using the System.Diagnostics.Debug class (Debug.WriteLine method calls). On Linux, this provider writes logs to /var/log/message.

EventSource

Writes to an Event Source cross-platform with the name Microsoft-Extensions-Logging. On Windows, the provider uses ETW.

In This Article
Back to top Generated by DocFX