Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Nakama.ILogger Interface Reference

A simple logger to write log messages to an output sink. More...

Inherited by Nakama.NullLogger.

Public Member Functions

void DebugFormat (string format, params object[] args)
 Logs a formatted string with the DEBUG level.
 
void ErrorFormat (string format, params object[] args)
 Logs a formatted string with the ERROR level.
 
void InfoFormat (string format, params object[] args)
 Logs a formatted string with the INFO level.
 
void WarnFormat (string format, params object[] args)
 Logs a formatted string with the WARN level.
 

Detailed Description

A simple logger to write log messages to an output sink.

Member Function Documentation

◆ DebugFormat()

void Nakama.ILogger.DebugFormat ( string  format,
params object[]  args 
)

Logs a formatted string with the DEBUG level.

Parameters
formatA string with zero or more format items.
argsAn object array with zero or more objects to format.

◆ ErrorFormat()

void Nakama.ILogger.ErrorFormat ( string  format,
params object[]  args 
)

Logs a formatted string with the ERROR level.

Parameters
formatA string with zero or more format items.
argsAn object array with zero or more objects to format.

◆ InfoFormat()

void Nakama.ILogger.InfoFormat ( string  format,
params object[]  args 
)

Logs a formatted string with the INFO level.

Parameters
formatA string with zero or more format items.
argsAn object array with zero or more objects to format.

◆ WarnFormat()

void Nakama.ILogger.WarnFormat ( string  format,
params object[]  args 
)

Logs a formatted string with the WARN level.

Parameters
formatA string with zero or more format items.
argsAn object array with zero or more objects to format.

The documentation for this interface was generated from the following file: