Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/colinkiama/emojidebug

Easily write debug messages with emoji in C#
https://github.com/colinkiama/emojidebug

csharp debug debugging emoji net netstandard

Last synced: about 1 month ago
JSON representation

Easily write debug messages with emoji in C#

Awesome Lists containing this project

README

        

# EmojiDebug
Easily write debug messages with emoji in C#

![NugetRelease](https://img.shields.io/nuget/v/EmojiDebug.ColinKiama)

Nuget: `EmojiDebug.ColinKiama`

## Tutorial
There are 4 methods to use:
```csharp
EmojiDebug.Write(DebugEmoji, string)
EmojiDebug.WriteLine(DebugEmoji, string)

EmojiDebug.Write(DebugEmoji, Exception)
EmojiDebug.WriteLine(DebugEmoji, Exception)
```
So:
```csharp
EmojiDebug.WriteLine(DebugEmoji.BlackFlag, "Check this out!")
```
Would show: `🏴 Check this out!`