mirror of
https://github.com/Stone-Red-Code/Stone_Red-C-Sharp-Utilities.git
synced 2026-09-04 00:56:24 +02:00
Update README.md
This commit is contained in:
@@ -213,7 +213,7 @@ https://www.nuget.org/packages/Stone_Red-C-Sharp-Utilities
|
|||||||
* Parameters: `bool condition`, `string message`, `string source`, `LogSeverity logSeverity`
|
* Parameters: `bool condition`, `string message`, `string source`, `LogSeverity logSeverity`
|
||||||
* Example usage:
|
* Example usage:
|
||||||
```cs
|
```cs
|
||||||
logger.Log(IsValid(),"something is invalid", "Setup", LogSeverity.Error);
|
logger.Log(IsValid(),"something is invalid", "Update manager", LogSeverity.Error);
|
||||||
```
|
```
|
||||||
* Output (Depends on the specified log format):
|
* Output (Depends on the specified log format):
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user