mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Console] Use Spectre.Console to show exceptions in the CLI.
GUI still uses `ConsoleWindow`.
This commit is contained in:
27
Aaru.Localization/UI.Designer.cs
generated
27
Aaru.Localization/UI.Designer.cs
generated
@@ -4745,6 +4745,33 @@ namespace Aaru.Localization {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Debug.
|
||||
/// </summary>
|
||||
public static string LogEntry_Type_Debug {
|
||||
get {
|
||||
return ResourceManager.GetString("LogEntry_Type_Debug", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Error.
|
||||
/// </summary>
|
||||
public static string LogEntry_Type_Error {
|
||||
get {
|
||||
return ResourceManager.GetString("LogEntry_Type_Error", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Exception.
|
||||
/// </summary>
|
||||
public static string LogEntry_Type_Exception {
|
||||
get {
|
||||
return ResourceManager.GetString("LogEntry_Type_Exception", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Info.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user