Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

kumo01GitHub/ng-logback

Repository files navigation

NgLogback

npm version License: MIT build status

Logger for Angular inspired by Logback using Logback4js.

This project was generated with Angular CLI version 18.2.1.

Overview

---
title: "Outline Diagram"
---
erDiagram
    LoggerFactory ||--|{ Logger: ""
    Logger }o--o{ Appender: ""

Loading
Class Role
LoggerFactory Factory class of Loggers.
Logger Manage and log Appenders.
Appender Define output destination and append log.

Appenders

List of Appenders library provides:

Development server

Run npm run start for a dev server.

Build

Run npm run build ng-logback to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run npm run test to execute the unit tests via Karma.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published