A simple logger to write log messages to an output sink.
More...
Inherited by Nakama.NullLogger.
|
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.
|
|
A simple logger to write log messages to an output sink.
◆ DebugFormat()
void Nakama.ILogger.DebugFormat |
( |
string |
format, |
|
|
params object[] |
args |
|
) |
| |
Logs a formatted string with the DEBUG level.
- Parameters
-
format | A string with zero or more format items. |
args | An 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
-
format | A string with zero or more format items. |
args | An 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
-
format | A string with zero or more format items. |
args | An 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
-
format | A string with zero or more format items. |
args | An object array with zero or more objects to format. |
The documentation for this interface was generated from the following file: