Movensys.LogHelper
1.4.3
.NET 5.0
This package targets .NET 5.0. The package is compatible with this framework or higher.
.NET Framework 4.5
This package targets .NET Framework 4.5. The package is compatible with this framework or higher.
Suggested Alternatives
Movensys.LogHelper.WinForms 1.4.5
Additional DetailsSeparate functionality into Core/WinForms for cross-platform use
dotnet add package Movensys.LogHelper --version 1.4.3
NuGet\Install-Package Movensys.LogHelper -Version 1.4.3
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="Movensys.LogHelper" Version="1.4.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Movensys.LogHelper" Version="1.4.3" />
<PackageReference Include="Movensys.LogHelper" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Movensys.LogHelper --version 1.4.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Movensys.LogHelper, 1.4.3"
#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.
#addin nuget:?package=Movensys.LogHelper&version=1.4.3
#tool nuget:?package=Movensys.LogHelper&version=1.4.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Movensys.LogHelper
This is a function for writing logs in .txt format developed by the Movensys Application Team.
Features
- Easy to use based on enum
- Write logs of DEBUG, TRACE, INFORMATION, WARNING, ERROR, FATAL Type
- Supports auto-compression and auto-delete functions
- Log history GUI function support
- Log datagridview GUI feature support
- Log option setting GUI feature support
Code Highlighting
using Movensys.LogHelper;
namespace WinFormsApp1
{
//Define Log
enum MyLogger
{
EquipA,
EquipB,
EquipC
}
internal static class Program
{
[STAThread]
static void Main()
{
//Add Init
LogHelper<MyLogger>.Init();
//Use Example
LogHelper<MyLogger>.GetLogger(MyLogger.EquipA).INFOMATION("Process Start!");
ApplicationConfiguration.Initialize();
Application.Run(new Form1());
}
}
}
Tip
After writing a detailed log, proceed with the operation by activating and deactivating it. You can merge and check the logs written in multiple loggers through History.
Release History
April 23, 2025 - 1.4.3 ver<br> Icon, Copyright, Information, .md Add
April 22, 2025 - 1.4.1 ver<br> First Release
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0-windows7.0 is compatible. net6.0-windows was computed. net7.0-windows was computed. net8.0-windows was computed. net8.0-windows7.0 is compatible. net9.0-windows was computed. |
.NET Framework | net45 is compatible. net451 is compatible. net452 is compatible. net46 is compatible. net461 is compatible. net462 is compatible. net463 was computed. net47 is compatible. net471 is compatible. net472 is compatible. net48 is compatible. net481 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.5.1
- No dependencies.
-
.NETFramework 4.5.2
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
-
.NETFramework 4.6.1
- No dependencies.
-
.NETFramework 4.6.2
- No dependencies.
-
.NETFramework 4.7
- No dependencies.
-
.NETFramework 4.7.1
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
.NETFramework 4.8.1
- No dependencies.
-
net5.0-windows7.0
- No dependencies.
-
net8.0-windows7.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.