We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Both server and client have loggers to console. Also it's should be possible to write some info into file logs.
Write useful for user information and errors to the console, when all other messages should be placed to log-files only.
Set directory for log files as WorkDir/Logs and name them with date and time of creation.
Note: Console messages can be written to log file without any overhead with help of "Chained loggers" (see plog readme).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Both server and client have loggers to console. Also it's should be possible to write some info into file logs.
Write useful for user information and errors to the console, when all other messages should be placed to log-files only.
Set directory for log files as WorkDir/Logs and name them with date and time of creation.
Note: Console messages can be written to log file without any overhead with help of "Chained loggers" (see plog readme).
The text was updated successfully, but these errors were encountered: