EggEgg.CSharp-Logger
2.1.3-alpha
This is a prerelease version of EggEgg.CSharp-Logger.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package EggEgg.CSharp-Logger --version 2.1.3-alpha
NuGet\Install-Package EggEgg.CSharp-Logger -Version 2.1.3-alpha
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EggEgg.CSharp-Logger" Version="2.1.3-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EggEgg.CSharp-Logger --version 2.1.3-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EggEgg.CSharp-Logger, 2.1.3-alpha"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EggEgg.CSharp-Logger as a Cake Addin #addin nuget:?package=EggEgg.CSharp-Logger&version=2.1.3-alpha&prerelease // Install EggEgg.CSharp-Logger as a Cake Tool #tool nuget:?package=EggEgg.CSharp-Logger&version=2.1.3-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
csharp-logger
A bussy but convenient C# Logger implement.
You can download it on nuget.org by searching EggEgg.CSharp-Logger.
Update
v2.1.2
Bugfix about ConsoleWrapper
initialize.
Also, changed LoggerConfig
:
- Changed it to struct, for the config should be immutable since Logger is initialized.
- Changed the default value of
use_Working_Directory
totrue
for compatiable reasons.
v2.1.1
You can now set LoggerConfig(use_Working_Directory)
to specify whether the log files will be storaged at the working directory or the program path. For more information, see the description of this variable.
Notice that the previous versions use the working directory.
Features
- Common logger implements
Usage: FirstlyLog.Initialize(LoggerConfig)
, thenLog.Info(content, sender)
,Log.Erro(...)
,Log.Warn(...)
,Log.Dbug(...)
. - Color output Support
Just add xml tags in text, like:<color=Red>Output as red color</color>
.
The Color value should be a valid value in ConsoleColor, e.g. "Red", "Green".
Recognized color tags will be removed in the log file. - Command Line Support
if you wants to read the user's input while outputing logs parallel (e.g. making a command line program),ConsoleWrapper
is provided.
You can set the value ofConsoleWrapper.InputPrefix
as a waiting-input prefix, just likemysql>
orubuntu ~$
, and useConsoleWrapper.ReadLineAsync
to read inputs from the user.
_Notice that it will impact the performance when the user's input is very large. It's disabled as default, and you can enable it byLoggerConfig(use_Console_Wrapper: true)
. - Output amount limit
Large infomation outputing can severely impact the performance. You can set the maximum output amount per line byLoggerConfig.Max_Output_Char_Count
.
You can also disable this by setting it to-1
. - Auto compress logs
If there're logs created 1 day ago, they will be compressed into a zip file likelogs.[Date].zip
.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- No dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
5.0.1-rc51 | 2 | 11/2/2024 | |
5.0.1-rc50 | 0 | 10/30/2024 | |
5.0.0-rc52 | 4 | 7/9/2024 | |
5.0.0-rc51 | 5 | 7/1/2024 | |
5.0.0-rc50 | 2 | 7/1/2024 | |
4.1.0-rc59 | 2 | 6/30/2024 | |
4.1.0-rc58 | 10 | 5/9/2024 | |
4.1.0-rc57 | 5 | 4/28/2024 | |
4.1.0-rc56 | 3 | 4/26/2024 | |
4.1.0-rc55 | 12 | 3/28/2024 | |
4.1.0-rc54 | 2 | 3/28/2024 | |
4.1.0-rc53 | 4 | 3/25/2024 | |
4.1.0-dev572 | 4 | 5/8/2024 | |
4.1.0-dev571 | 5 | 5/7/2024 | |
4.0.3-rc52 | 4 | 3/20/2024 | |
4.0.3-rc51 | 9 | 2/18/2024 | |
4.0.3-rc50 | 12 | 1/17/2024 | |
4.0.2-rc53 | 105 | 12/21/2023 | |
4.0.2-rc52 | 4 | 12/20/2023 | |
4.0.2-beta51 | 3 | 12/14/2023 | |
4.0.2-beta50 | 2 | 12/13/2023 | |
3.8.59-beta | 7 | 9/17/2023 | |
3.8.58-beta | 4 | 9/15/2023 | |
3.8.57-beta | 4 | 9/13/2023 | |
3.8.56-beta | 6 | 9/4/2023 | |
3.8.55-beta | 2 | 9/3/2023 | |
3.8.54-beta | 5 | 8/24/2023 | |
3.8.53-beta | 3 | 8/23/2023 | |
3.8.52-beta | 3 | 8/22/2023 | |
3.8.51-beta | 3 | 8/22/2023 | |
3.8.50-beta | 2 | 8/22/2023 | |
3.7.50-beta | 0 | 8/22/2023 | |
3.6.50-beta | 2 | 8/22/2023 | |
3.5.50-beta | 2 | 8/22/2023 | |
3.4.50-beta | 3 | 8/22/2023 | |
3.3.52-beta | 3 | 8/22/2023 | |
3.3.51-beta | 3 | 8/22/2023 | |
3.3.50-beta | 3 | 8/21/2023 | |
3.2.50-beta | 3 | 8/16/2023 | |
3.1.51-beta | 2 | 8/15/2023 | |
3.1.50-beta | 3 | 8/15/2023 | |
3.0.52-beta | 2 | 8/15/2023 | |
3.0.51-beta | 3 | 8/15/2023 | |
2.8.54-beta | 1 | 7/13/2023 | |
2.8.53-beta | 1 | 7/13/2023 | |
2.8.52-beta | 0 | 7/13/2023 | |
2.8.51-beta | 3 | 7/12/2023 | |
2.8.50-beta | 1 | 7/12/2023 | |
2.2.0.52-beta | 2 | 5/3/2023 | |
2.2.0.51-beta | 2 | 5/3/2023 | |
2.2.0.50-beta | 0 | 5/3/2023 | |
2.2.0-beta | 2 | 5/3/2023 | |
2.1.32-alpha | 2 | 4/15/2023 | |
2.1.3-beta | 2 | 4/15/2023 | |
2.1.3-alpha | 3 | 4/15/2023 |
Changes in v2.0.0:
- Published as a nuget package
- Supported output with colors
- Supported custom config
- Bugfixs