LogLibrary 1.0.1

dotnet add package LogLibrary --version 1.0.1
                    
NuGet\Install-Package LogLibrary -Version 1.0.1
                    
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="LogLibrary" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LogLibrary" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="LogLibrary" />
                    
Project file
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 LogLibrary --version 1.0.1
                    
#r "nuget: LogLibrary, 1.0.1"
                    
#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=LogLibrary&version=1.0.1
                    
Install LogLibrary as a Cake Addin
#tool nuget:?package=LogLibrary&version=1.0.1
                    
Install LogLibrary as a Cake Tool

Cách sử dụng namespace: LogLibrary

Khởi tạo folder để ghi log

LogWriter.Init(string logFolderPath) Trong đó: - logFolderPath: Log Path

Ghi log data

LogWriter.WriteLogData(object request, object result, params LogType[] type) Trong đó: - request: yêu cầu truyền vào - reponse: kết quả trả về - LogType: gồm 2 đối số là Data hoặc Debug: cách sử dụng LogType.Data hoặc LogType.Debug

Ghi log exception

LogWriter.WriteException(Exception ex) Trong đó: ex là exception khi dùng try...catch bắt được Ví dụ: try { } catch (Exception ex) { LogWriter.WriteException(ex); }

Ghi Log Message

LogWriter.WriteLogMsg(string message) LogWriter.WriteLogMsg(string message, LogType type) Ví dụ: LogWriter.WriteLogMsg("hello world");

Ta có thể thêm LogType để ghi theo file tương ứng (mặc định là file Log)

Phiên bản còn rất nhiều mà nay lười quá chưa cập nhật lên được :v :v

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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 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.  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. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on LogLibrary:

Package Downloads
ConnectCassandraLibrary

GetSession(string node, int port, string database) -> Lấy session kết nối CloseConnection() -> close session

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 4,036 12/4/2019