Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/johmaru/jlogger


https://github.com/johmaru/jlogger

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## 低メモリ低処理速度Zloggerを即使用できるようにした個人的ライブラリ

### > [Zloggerリンク](https://github.com/Cysharp/ZLogger)
#### Dependent ```Zlogger, Microsoft.Extensions.Logging```

## 使用方法

```public static JLogger Logger = new(FactoryBuilder.CreateLogger().CreateLogger());```

以上のようにLoggerの新規インスタンスを作成する

```Logger.Log(["App started"], LogLevel.Information);```

そしてLogger内のLogメソッドを呼び出し引数1にstring[]型を引数2にLogLevelを設定する

logファイルはアプリケーションのlogsファイルに生成される