mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-18 05:47:52 +01:00
Change some PluginLog output verbosity scales and make independent of DEBUG macro.
This commit is contained in:
parent
bcc68d6684
commit
5c2f8aedad
2 changed files with 6 additions and 10 deletions
|
|
@ -66,14 +66,14 @@ namespace Penumbra.UI
|
|||
|
||||
foreach( var fileName in picker.FileNames )
|
||||
{
|
||||
PluginLog.Log( $"-> {fileName} START" );
|
||||
PluginLog.Information( $"-> {fileName} START" );
|
||||
|
||||
try
|
||||
{
|
||||
_texToolsImport = new TexToolsImport( _manager.BasePath );
|
||||
_texToolsImport.ImportModPack( new FileInfo( fileName ) );
|
||||
|
||||
PluginLog.Log( $"-> {fileName} OK!" );
|
||||
PluginLog.Information( $"-> {fileName} OK!" );
|
||||
}
|
||||
catch( Exception ex )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue