Movensys.LogHelper.Core
1.4.6
dotnet add package Movensys.LogHelper.Core --version 1.4.6
NuGet\Install-Package Movensys.LogHelper.Core -Version 1.4.6
<PackageReference Include="Movensys.LogHelper.Core" Version="1.4.6" />
<PackageVersion Include="Movensys.LogHelper.Core" Version="1.4.6" />
<PackageReference Include="Movensys.LogHelper.Core" />
paket add Movensys.LogHelper.Core --version 1.4.6
#r "nuget: Movensys.LogHelper.Core, 1.4.6"
#addin nuget:?package=Movensys.LogHelper.Core&version=1.4.6
#tool nuget:?package=Movensys.LogHelper.Core&version=1.4.6
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
May 28, 2025 - 1.4.6 ver<br> Fix save path error
April 30, 2025 - 1.4.5 ver<br> Only the Function function is separated from the existing LogHelper 1.4.3 (for cross-platform) Some changes to Directory path functionality (multilingual support)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. 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 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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. |
-
.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
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Movensys.LogHelper.Core:
Package | Downloads |
---|---|
Movensys.LogHelper.WinForms
Created by Movensys Application Team with .txt logging functionality |
GitHub repositories
This package is not used by any popular GitHub repositories.