Commit graph

51 commits

Author SHA1 Message Date
Mira
9bc5bd0308
fix: Change colors to make them visible in linux 2023-01-29 21:47:51 +01:00
Mira
997108f3d0
Update README.md 2023-01-29 18:13:47 +01:00
Mira
249148a69d
Merge pull request #3 from Fortunevale/dependabot/nuget/Microsoft.Extensions.Logging.Abstractions-7.0.0
Bump Microsoft.Extensions.Logging.Abstractions from 6.0.2 to 7.0.0
2023-01-29 18:13:21 +01:00
Mira
311650f29a
Update Logger.cs 2022-11-29 09:11:22 +01:00
Mira
9cb981e86d
fix: dont add empty strings to builder 2022-11-29 09:06:58 +01:00
Mira
1e4bcb07b0
fix: '{0}{1}' is now parsed correctly 2022-11-29 09:04:46 +01:00
dependabot[bot]
18795d104f
Bump Microsoft.Extensions.Logging.Abstractions from 6.0.2 to 7.0.0
Bumps [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) from 6.0.2 to 7.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-29 07:15:15 +00:00
Mira
c21f2dae76
fix: No longer the need to rely on string interpolation 2022-11-29 08:11:51 +01:00
Mira
cc976c86a1
Update Logger.cs 2022-10-12 14:44:32 +02:00
Mira
7cdc1b35ea
Merge pull request #2 from Fortunevale/dependabot/nuget/Microsoft.Extensions.Logging.Abstractions-6.0.2
Bump Microsoft.Extensions.Logging.Abstractions from 6.0.1 to 6.0.2
2022-09-14 10:00:06 +02:00
dependabot[bot]
667aa66b8e
Bump Microsoft.Extensions.Logging.Abstractions from 6.0.1 to 6.0.2
Bumps [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v6.0.1...v6.0.2)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-14 07:42:22 +00:00
Mira
c2bb8f6398
Update Logger.cs 2022-09-04 19:41:45 +02:00
Mira
538808ec42
Update Logger.cs 2022-08-19 20:21:18 +02:00
Mira
3ec20d05d3
Fix msg 2022-07-20 06:50:25 +02:00
Mira
d0272b5761
Merge pull request #1 from Fortunevale/dependabot/nuget/Microsoft.Extensions.Logging.Abstractions-6.0.1
Bump Microsoft.Extensions.Logging.Abstractions from 6.0.0 to 6.0.1
2022-07-12 23:20:40 +02:00
dependabot[bot]
c78d869938
Bump Microsoft.Extensions.Logging.Abstractions from 6.0.0 to 6.0.1
Bumps [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v6.0.0...v6.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-12 21:18:57 +00:00
Mira
912ce15848
Create dependabot.yml 2022-07-12 23:18:36 +02:00
Mira
fdca37ec62
Modify LoggerProvider to work with non static 2022-06-13 11:44:01 +02:00
Mira
9e9d10a282
Smart™ 2022-06-13 10:38:08 +02:00
Mira
1e7355fe8f
No more static 2022-06-13 10:27:27 +02:00
Mira
d8272c36a1
No more static 2022-06-13 10:26:26 +02:00
Mira
f441a104c9
Embed Debug into DLL 2022-06-10 03:49:37 +02:00
Mira
4c46ca5d78
Create LICENSE 2022-06-09 13:12:55 +02:00
Mira
24dc68b308
Add LogLevel Blacklist 2022-06-06 04:35:42 +02:00
TheXorog
f0e3ccc41b
Update Logger.cs 2022-05-05 19:17:56 +02:00
TheXorog
5199e39157
[RM] Removed Logger Counter 2022-05-04 14:51:32 +02:00
TheXorog
2ec5d4ff71
[FIX] Greatly improved Logger Performance & Design 2022-04-29 19:43:40 +02:00
XorogVEVO
52dcf19479
[FIX] Save new Exception Format 2022-04-09 16:13:28 +02:00
XorogVEVO
fad4c4598a
[IMPL] Made LoggerFactory compatible, Added Blacklist 2022-04-09 16:03:02 +02:00
XorogVEVO
cb1f8d42aa
[FIX] Invoke Events without holding up code 2022-04-05 14:35:09 +02:00
XorogVEVO
f389c27024
[FIX] Enable FileShare 2022-04-05 14:34:25 +02:00
XorogVEVO
3cb47e071e
[FIX] Fix Directory Detection 2022-04-04 16:05:51 +02:00
XorogVEVO
29225af537
[IMPL] Added LogRaised Event 2022-04-01 09:29:51 +02:00
XorogVEVO
5550909851 Adjusted GC.KeepAlive 2022-03-19 17:36:04 +01:00
XorogVEVO
f0bcebbd10 Update Logger.cs 2022-02-19 16:06:45 +01:00
XorogVEVO
39dbdfea89 haha pp 2022-02-16 15:49:58 +01:00
XorogVEVO
92a87ad1a3 Use pattern matching 2022-02-06 13:22:09 +01:00
XorogVEVO
afcc2b35f1 Update LoggerObjects.cs 2022-02-06 12:32:48 +01:00
XorogVEVO
1f7f5cc43c bruh 2022-02-02 01:05:04 +01:00
XorogVEVO
7fa305a01f Disabled nullable context 2022-02-02 00:36:55 +01:00
XorogVEVO
81fb080fb4 Display warning if Log message has been disposed 2022-01-26 15:49:20 +01:00
XorogVEVO
86934551d4 idfk how to fix this shit 2022-01-26 00:22:24 +01:00
XorogVEVO
c4ec8bcfa1 Update Logger.cs 2022-01-04 01:38:17 +01:00
XorogVEVO
cd4e54fd4d Fixed oversight 2021-12-26 02:46:21 +01:00
XorogVEVO
728267cad1 Removed required object source 2021-12-01 13:43:24 +01:00
XorogVEVO
c0ed689c66 Moved GC.KeepAlive 2021-11-29 15:21:32 +01:00
XorogVEVO
65c8d5ec1b Removed Namespace from Logs 2021-11-29 10:13:22 +01:00
XorogVEVO
9f8f276151 FATAL now uses backcolor instead of FrontColor 2021-11-28 19:47:23 +01:00
XorogVEVO
046e07edc6 Failsafe for null reference 2021-11-28 19:25:39 +01:00
XorogVEVO
f1b58b8885 Init 2021-11-28 13:51:07 +01:00