Skip to main content

call negar in your python source code and log to a file ...

Project description



what is negar

call negar in your python source code and log to a file ...


install

  • installation by pip

    # linux
    
    sudo python3 -m pip install negar
    
    # windows
    
    py -m pip install negar
    
  • installation by setup.py

    # linux
    
    git clone https://github.com/sys113/negar.git
    cd negar
    sudo python3 setup.py install
    
    # windows
    
    download https://github.com/sys113/negar/archive/master.zip and extract ...
    cd negar-master
    py setup.y install
    

example


review


description

  • text

      # write 'text' to log file
      text = 'negar' 
    
  • save

      # write log to 'negar-log.txt'
      save = 'negar-log.txt' 
    
  • size

      # set 'size' for log file 
      size = 2
    

usage

  • method one

      # good
      import negar
      name = 'SYS113'
      negar.log('name value is '+str(name)+' ...')
    
  • method two

      # excellent
      from negar import log
      name = 'SYS113'
      log(text = 'name value is '+str(name)+' ...', save = 'negar.txt', size = 3)
    

tips

  • log file default size is 2 ...
  • log file size range is 1 ... 5 number ...
  • maximum size of python file name support is 15 character ...
  • maximum number to numbering lines support is 9999999 ...
  • maximum python source code line number support is 999999 ...
  • default log file name is log.txt ...
  • previously defined log file size can'not be resized!

copyright

copyright SYS113 - 2019.


license

MIT license , please see LICENSE file.


donate

  • for iranian users   :       id pay      -    https://idpay.ir/sys113
  • for global users   :  BTC wallet id  -   149JgUmFqG6MvFg79Ldrvdk2bN35ByhMuw

contact me


last world

hope this is negar useful to you and enjoy it.


negar logo ❤️ mohamad moradiyani


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

negar-0.2.0.tar.gz (7.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page