Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johmaru/jlogger
https://github.com/johmaru/jlogger
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/johmaru/jlogger
- Owner: johmaru
- Created: 2024-06-19T11:43:47.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-08-12T13:40:21.000Z (5 months ago)
- Last Synced: 2024-08-12T15:42:49.476Z (5 months ago)
- Language: C#
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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ファイルに生成される