Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Plog Vita: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 19: Line 19:
|image_alt=Plog
|image_alt=Plog
}}
}}
Plog A complete logging solution for any homebrew, user plugin, kernel plugin. It is more efficient and overall nicer than ShipLog.
PLog, also known as [[PSVita_RE_Tools#Codename_PrincessLog|PrincessLog]], is a complete logging solution for any homebrew, user plugin, kernel plugin.  


It is overall more efficient than ShipLog.


==User guide==
How to setup:
* Install NetLoggingMgrSettings.vpk.
* Launch the app and configure your settings. Be sure to save.
* Add net_logging_mgr.skprx to your config.txt.
* Run <code>NetDbgLogPc.exe <port></code>
** Note: If no port is specified, 9999 will be used by default.
** To use on other platforms, use netcat or similar. Example netcat command: <code>nc -kl -w 3 <port></code>.
* Reboot. (If the plugin is already installed and you wish to update the configuration, you may use Update Configuration (along with saving it) without rebooting your system).


==Usage==
Usage:
# Install NetLoggingMgrSettings.vpk.
*In the application you wish to log, use ksceKernelPrintf, printf (when SceLibc is included such as in games), or sceClibPrintf.
# Launch the application and configure your settings. Be sure to save.
*QAF Settings: There is options to make more verbose logs used in QA. You can enable these in the manager app.
# Add net_logging_mgr.skprx to your config.txt
# Run '''NetDbgLogPc.exe <port>'''
#* NOTE: If no port is specified, 9999 will be used by default.
#* To use on other platforms, use netcat or similar. Example netcat command: '''nc -kl -w 3 <port>'''.
# Reboot. Note: If the plugin is already installed and you wish to update the configuration, you may use Update Configuration (along with saving it) without rebooting your system.


In the application you wish to log use: ksceKernelPrintf, printf (when SceLibc is included such as in games), or sceClibPrintf
Note: While being much faster than ShipLog, if there is massive amounts of logs the logger may not be able to process them completely and will freeze (ex: taiHEN hexdump). This is unlikely in normal usage.
 
QAF Settings: There is options to make more verbose logs used in QA. You can enable these in the manager app.
 
'''Note: While being much faster than ShipLog, if there is massive amounts of logs the logger may not be able to process them completely and will freeze (ex: taiHEN hexdump). This is unlikely in normal usage.'''


==Changelog==  
==Changelog==  

Revision as of 11:48, 18 July 2023

Plog
Psvita2.png
General
Authorisage
TypeUtilities
Version1.0
LicenseGPL-3.0
Last Updated2023/07/05
Links
Download
Website
Source

PLog, also known as PrincessLog, is a complete logging solution for any homebrew, user plugin, kernel plugin.

It is overall more efficient than ShipLog.

User guide

How to setup:

  • Install NetLoggingMgrSettings.vpk.
  • Launch the app and configure your settings. Be sure to save.
  • Add net_logging_mgr.skprx to your config.txt.
  • Run NetDbgLogPc.exe <port>
    • Note: If no port is specified, 9999 will be used by default.
    • To use on other platforms, use netcat or similar. Example netcat command: nc -kl -w 3 <port>.
  • Reboot. (If the plugin is already installed and you wish to update the configuration, you may use Update Configuration (along with saving it) without rebooting your system).

Usage:

  • In the application you wish to log, use ksceKernelPrintf, printf (when SceLibc is included such as in games), or sceClibPrintf.
  • QAF Settings: There is options to make more verbose logs used in QA. You can enable these in the manager app.

Note: While being much faster than ShipLog, if there is massive amounts of logs the logger may not be able to process them completely and will freeze (ex: taiHEN hexdump). This is unlikely in normal usage.

Changelog

v1.0

  • First Release.
  • Fixed config issue.
  • Log ksceKernelPrintfLevelWithInfo.

Credits

Princess-of-Sleeping, cuevavirus, Cat.

External links

Advertising: