Giter Site home page Giter Site logo

gashmob / logger Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 341 KB

Un simple système de logger dans plusieurs langages. Chaque version utilise le même concept.

License: GNU General Public License v3.0

C++ 20.98% C 20.74% Java 18.84% Kotlin 14.66% Python 11.78% CMake 0.68% Go 11.73% Shell 0.14% Batchfile 0.45%
c cpp java kotlin logger python

logger's Introduction

Welcome on my Github profile !

Current projects:

  • Fil: a programming language

Finished projects (finished as far as I can, some are still on work):

  • Archict: a php framework. I use it for my portfolio and aim to use it for several other projects.
  • A Logger made in several languages (Java, Kotlin, C, C++, Python, Go). It uses the same principle for each targets.
  • Enquirer: An interactive CLI library in C++, inspired by the same name javascript library Enquirer.

logger's People

Contributors

gashmob avatar

Stargazers

 avatar

Watchers

 avatar

logger's Issues

Compile Kotlin test Windows doesn't works

The batch script :

:: Compile tests
kotlinc -cp Logger_Kotlin.jar test\main.kt test\BasicTest1.kt test\Test.kt test\ThreadTest1.kt test\ThreadTest2.kt test\utils.kt -include-runtime

:: Run tests
kotlin -cp Logger_Kotlin.jar; MainKt

doesn't works in the github workflow :

test-windows:
  runs-on: windows-latest
  defaults:
    run:
      working-directory: Kotlin
  steps:
    # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
    - name: Checkout
      uses: actions/checkout@v3

   - name: Setup Kotlin
      uses: fwilhe2/setup-kotlin@main

    - name: Run test
      run: .\test\run.bat

See run https://github.com/Gashmob/Logger/runs/7520749347?check_suite_focus=true

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.