Table of Contents

Interface ILogger

Namespace
Playnite
Assembly
Playnite.SDK.dll
public interface ILogger

Properties

Name

string Name { get; }

Property Value

string

Methods

Debug(Exception, object)

void Debug(Exception exception, object message)

Parameters

exception Exception
message object

Debug(Exception, string)

void Debug(Exception exception, string message)

Parameters

exception Exception
message string

Debug(object?)

void Debug(object? message)

Parameters

message object

Debug(string)

void Debug(string message)

Parameters

message string

Error(Exception, object)

void Error(Exception exception, object message)

Parameters

exception Exception
message object

Error(Exception, string)

void Error(Exception exception, string message)

Parameters

exception Exception
message string

Error(object?)

void Error(object? message)

Parameters

message object

Error(string)

void Error(string message)

Parameters

message string

Info(object?)

void Info(object? message)

Parameters

message object

Info(string)

void Info(string message)

Parameters

message string

Trace(Exception, object)

void Trace(Exception exception, object message)

Parameters

exception Exception
message object

Trace(Exception, string)

void Trace(Exception exception, string message)

Parameters

exception Exception
message string

Trace(object?)

void Trace(object? message)

Parameters

message object

Trace(string)

void Trace(string message)

Parameters

message string

Warn(Exception, object)

void Warn(Exception exception, object message)

Parameters

exception Exception
message object

Warn(Exception, string)

void Warn(Exception exception, string message)

Parameters

exception Exception
message string

Warn(object?)

void Warn(object? message)

Parameters

message object

Warn(string)

void Warn(string message)

Parameters

message string