Table of Contents

Interface ILogger

Namespace
Stride.Core.Diagnostics
Assembly
Stride.Core.dll

Interface for logging.

public interface ILogger
Extension Methods

Properties

Module

Gets the module this logger refers to.

string Module { get; }

Property Value

string

The module.

Methods

Log(ILogMessage)

Logs the specified log message.

void Log(ILogMessage logMessage)

Parameters

logMessage ILogMessage

The log message.