[go: up one dir, main page]

Menu

Commit [r119]  Maximize  Restore  History

- Log generation rewritten: New enum for log levels, different levels for errors and warnings, new level for debug, etc.

- Now application returns an exit code for generation: 0 = OK, 1 = Warning, 2 = Error

tonibo 2014-03-15

1 2 > >> (Page 1 of 2)
changed /trunk/chmProcessor/ChmProcessor/ChmProcessorForm.cs
changed /trunk/chmProcessor/ChmProcessor/CommandLineMode.cs
changed /trunk/chmProcessor/ChmProcessor/GenerationDialog.cs
changed /trunk/chmProcessor/ChmProcessor/GenerationDialogUserInterface.cs
changed /trunk/chmProcessor/ChmProcessor/Settings.Designer.cs
changed /trunk/chmProcessor/ChmProcessorLib/ChmProcessorLib.csproj
changed /trunk/chmProcessor/ChmProcessorLib/ChmProject.cs
added /trunk/chmProcessor/ChmProcessorLib/ChmProjectVerifier.cs
changed /trunk/chmProcessor/ChmProcessorLib/CommandLine.cs
changed /trunk/chmProcessor/ChmProcessorLib/CommandLineExecution.cs
renamed /trunk/chmProcessor/ChmProcessorLib/ConsoleUserInterface.cs -> /trunk/chmProcessor/ChmProcessorLib/Log/ConsoleUserInterface.cs
changed /trunk/chmProcessor/ChmProcessorLib/DocumentProcessor.cs
changed /trunk/chmProcessor/ChmProcessorLib/DocumentStructure/ChmDocument.cs
changed /trunk/chmProcessor/ChmProcessorLib/DocumentStructure/ChmDocumentNode.cs
changed /trunk/chmProcessor/ChmProcessorLib/DocumentStructure/ChmDocumentParser.cs
changed /trunk/chmProcessor/ChmProcessorLib/Generators/ChmGenerator.cs
changed /trunk/chmProcessor/ChmProcessorLib/Generators/ContentDirectoryGenerator.cs
changed /trunk/chmProcessor/ChmProcessorLib/Generators/JavaHelpGenerator.cs
changed /trunk/chmProcessor/ChmProcessorLib/Generators/PdfGenerator.cs
changed /trunk/chmProcessor/ChmProcessorLib/Generators/WebHelpGenerator.cs
changed /trunk/chmProcessor/ChmProcessorLib/Generators/XpsGenerator.cs
changed /trunk/chmProcessor/ChmProcessorLib/HtmlPageDecorator.cs
added /trunk/chmProcessor/ChmProcessorLib/Log
added /trunk/chmProcessor/ChmProcessorLib/Log/ChmLogLevel.cs
1 2 > >> (Page 1 of 2)