Table of Contents

Class NullLogger

Namespace
DiscordRPC.Logging
Assembly
DiscordRPC.dll

Ignores all log events

public class NullLogger : ILogger
Inheritance
NullLogger
Implements
Inherited Members

Properties

Level

The level of logging to apply to this logger.

public LogLevel Level { get; set; }

Property Value

LogLevel

Methods

Error(string, params object[])

Error log messsages

public void Error(string message, params object[] args)

Parameters

message string
args object[]

Info(string, params object[])

Informative log messages

public void Info(string message, params object[] args)

Parameters

message string
args object[]

Trace(string, params object[])

Informative log messages

public void Trace(string message, params object[] args)

Parameters

message string
args object[]

Warning(string, params object[])

Warning log messages

public void Warning(string message, params object[] args)

Parameters

message string
args object[]