Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoggerLib

a small library to make it easier to build a console application

it makes it possible to read from the console whilst writing to it

how it works
  1. when your code calls readline, it starts a loop, for each itteration it asks the console to wait for the user to input a key.
  2. when the user presses a key, the code checks if it's the key return if it is, it should return the current input.

  • if your code calls write or writeline whilst a readline is being run, it does the following:
  1. clear the current line
  2. move the cursor to the start of the current line
  3. print the value to be printed
  4. move the cursor down a line
  5. print the current input (the text you had already wrote to the console before the write call)

About

a small library to make it easier to build a console application

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages