Преглед изворни кода

Update Copyright headers / file headers (#968)

* Change copyright headers in Classes, Tests and Integration

* Remove empty line from template

* Add headers to demo files
Florian Friedrich пре 7 година
родитељ
комит
5ce59f3fcc
100 измењених фајлова са 485 додато и 140 уклоњено
  1. 7 1
      Benchmarking/BaseNSLogging.h
  2. 7 1
      Benchmarking/BaseNSLogging.m
  3. 7 1
      Benchmarking/DynamicLogging.h
  4. 7 1
      Benchmarking/DynamicLogging.m
  5. 7 0
      Benchmarking/PerformanceTesting.h
  6. 7 0
      Benchmarking/PerformanceTesting.m
  7. 7 1
      Benchmarking/StaticLogging.h
  8. 7 1
      Benchmarking/StaticLogging.m
  9. 1 1
      Classes/CLI/CLIColor.h
  10. 1 1
      Classes/CLI/CLIColor.m
  11. 1 1
      Classes/CocoaLumberjack.h
  12. 1 1
      Classes/CocoaLumberjack.swift
  13. 1 1
      Classes/DDASLLogCapture.h
  14. 1 1
      Classes/DDASLLogCapture.m
  15. 1 1
      Classes/DDASLLogger.h
  16. 1 1
      Classes/DDASLLogger.m
  17. 1 1
      Classes/DDAbstractDatabaseLogger.h
  18. 1 1
      Classes/DDAbstractDatabaseLogger.m
  19. 1 1
      Classes/DDAssert.swift
  20. 1 1
      Classes/DDAssertMacros.h
  21. 1 1
      Classes/DDFileLogger.h
  22. 1 1
      Classes/DDFileLogger.m
  23. 1 1
      Classes/DDLegacyMacros.h
  24. 1 1
      Classes/DDLog+LOGV.h
  25. 1 1
      Classes/DDLog.h
  26. 1 1
      Classes/DDLog.m
  27. 1 1
      Classes/DDLogMacros.h
  28. 1 1
      Classes/DDOSLogger.h
  29. 1 1
      Classes/DDOSLogger.m
  30. 1 1
      Classes/DDTTYLogger.h
  31. 1 1
      Classes/DDTTYLogger.m
  32. 1 1
      Classes/Extensions/DDContextFilterLogFormatter.h
  33. 1 1
      Classes/Extensions/DDContextFilterLogFormatter.m
  34. 1 1
      Classes/Extensions/DDDispatchQueueLogFormatter.h
  35. 1 1
      Classes/Extensions/DDDispatchQueueLogFormatter.m
  36. 1 1
      Classes/Extensions/DDMultiFormatter.h
  37. 1 1
      Classes/Extensions/DDMultiFormatter.m
  38. 11 3
      Classes/SwiftLogLevel.h
  39. 13 0
      Demos/Benchmark/Desktop/BenchmarkMac.xcodeproj/xcshareddata/IDETemplateMacros.plist
  40. 1 1
      Demos/Benchmark/Desktop/BenchmarkMac/AppDelegate.h
  41. 7 1
      Demos/Benchmark/Desktop/BenchmarkMac/AppDelegate.m
  42. 6 0
      Demos/Benchmark/Desktop/BenchmarkMac/BenchmarkMac-Prefix.pch
  43. 1 1
      Demos/Benchmark/Desktop/BenchmarkMac/main.m
  44. 13 0
      Demos/Benchmark/Mobile/BenchmarkIPhone.xcodeproj/xcshareddata/IDETemplateMacros.plist
  45. 6 0
      Demos/Benchmark/Mobile/BenchmarkIPhone_Prefix.pch
  46. 7 2
      Demos/Benchmark/Mobile/Classes/BenchmarkIPhoneAppDelegate.h
  47. 7 3
      Demos/Benchmark/Mobile/Classes/BenchmarkIPhoneAppDelegate.m
  48. 7 5
      Demos/Benchmark/Mobile/Classes/BenchmarkIPhoneViewController.h
  49. 7 41
      Demos/Benchmark/Mobile/Classes/BenchmarkIPhoneViewController.m
  50. 1 2
      Demos/Benchmark/Mobile/main.m
  51. 13 0
      Demos/CLI/CLI.xcodeproj/xcshareddata/IDETemplateMacros.plist
  52. 6 0
      Demos/CLI/CLI/CLI-Prefix.pch
  53. 1 2
      Demos/CLI/CLI/main.m
  54. 13 0
      Demos/CaptureASL/CaptureASL.xcodeproj/xcshareddata/IDETemplateMacros.plist
  55. 1 2
      Demos/CaptureASL/CaptureASL/AppDelegate.h
  56. 1 4
      Demos/CaptureASL/CaptureASL/AppDelegate.m
  57. 6 0
      Demos/CaptureASL/CaptureASL/CaptureASL-Prefix.pch
  58. 1 2
      Demos/CaptureASL/CaptureASL/ViewController.h
  59. 1 2
      Demos/CaptureASL/CaptureASL/ViewController.m
  60. 1 3
      Demos/CaptureASL/CaptureASL/main.m
  61. 13 0
      Demos/ContextFilter/ContextFilter.xcodeproj/xcshareddata/IDETemplateMacros.plist
  62. 1 2
      Demos/ContextFilter/ContextFilterAppDelegate.h
  63. 7 2
      Demos/ContextFilter/ContextFilterAppDelegate.m
  64. 6 0
      Demos/ContextFilter/ContextFilter_Prefix.pch
  65. 7 2
      Demos/ContextFilter/MyContextFilter.h
  66. 7 1
      Demos/ContextFilter/MyContextFilter.m
  67. 7 2
      Demos/ContextFilter/ThirdPartyFramework.h
  68. 7 0
      Demos/ContextFilter/ThirdPartyFramework.m
  69. 1 2
      Demos/ContextFilter/main.m
  70. 13 0
      Demos/CoreDataLogger/CoreDataLogger.xcodeproj/xcshareddata/IDETemplateMacros.plist
  71. 6 0
      Demos/CoreDataLogger/CoreDataLogger/CoreDataLogger-Prefix.pch
  72. 7 1
      Demos/CoreDataLogger/CoreDataLogger/CoreDataLogger.h
  73. 7 1
      Demos/CoreDataLogger/CoreDataLogger/CoreDataLogger.m
  74. 7 1
      Demos/CoreDataLogger/CoreDataLogger/CoreDataLoggerAppDelegate.h
  75. 7 1
      Demos/CoreDataLogger/CoreDataLogger/CoreDataLoggerAppDelegate.m
  76. 7 1
      Demos/CoreDataLogger/CoreDataLogger/LogEntry.h
  77. 7 1
      Demos/CoreDataLogger/CoreDataLogger/LogEntry.m
  78. 1 1
      Demos/CoreDataLogger/CoreDataLogger/main.m
  79. 13 0
      Demos/CustomFormatters/CustomFormatters.xcodeproj/xcshareddata/IDETemplateMacros.plist
  80. 7 1
      Demos/CustomFormatters/CustomFormattersAppDelegate.h
  81. 7 1
      Demos/CustomFormatters/CustomFormattersAppDelegate.m
  82. 6 0
      Demos/CustomFormatters/CustomFormatters_Prefix.pch
  83. 7 1
      Demos/CustomFormatters/TestFormatter.h
  84. 7 1
      Demos/CustomFormatters/TestFormatter.m
  85. 1 1
      Demos/CustomFormatters/main.m
  86. 13 0
      Demos/CustomLogLevels/CustomLogLevels.xcodeproj/xcshareddata/IDETemplateMacros.plist
  87. 7 1
      Demos/CustomLogLevels/CustomLogLevelsAppDelegate.h
  88. 7 1
      Demos/CustomLogLevels/CustomLogLevelsAppDelegate.m
  89. 6 0
      Demos/CustomLogLevels/CustomLogLevels_Prefix.pch
  90. 6 1
      Demos/CustomLogLevels/MYLog.h
  91. 1 1
      Demos/CustomLogLevels/main.m
  92. 8 0
      Demos/Demos.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
  93. 13 0
      Demos/DispatchQueueLogger/DispatchQueueLogger.xcodeproj/xcshareddata/IDETemplateMacros.plist
  94. 1 1
      Demos/DispatchQueueLogger/DispatchQueueLogger/AppDelegate.h
  95. 7 1
      Demos/DispatchQueueLogger/DispatchQueueLogger/AppDelegate.m
  96. 6 0
      Demos/DispatchQueueLogger/DispatchQueueLogger/DispatchQueueLogger-Prefix.pch
  97. 1 1
      Demos/DispatchQueueLogger/DispatchQueueLogger/main.m
  98. 13 0
      Demos/FineGrainedLogging/FineGrainedLogging.xcodeproj/xcshareddata/IDETemplateMacros.plist
  99. 7 1
      Demos/FineGrainedLogging/FineGrainedLoggingAppDelegate.h
  100. 7 0
      Demos/FineGrainedLogging/FineGrainedLoggingAppDelegate.m

+ 7 - 1
Benchmarking/BaseNSLogging.h

@@ -1,5 +1,11 @@
-#import <Foundation/Foundation.h>
+//
+//  BaseNSLogging.h
+//  Benchmarking
+//
+//  CocoaLumberjack Demos
+//
 
+#import <Foundation/Foundation.h>
 
 @interface BaseNSLogging : NSObject
 

+ 7 - 1
Benchmarking/BaseNSLogging.m

@@ -1,3 +1,10 @@
+//
+//  BaseNSLogging.m
+//  Benchmarking
+//
+//  CocoaLumberjack Demos
+//
+
 #import "BaseNSLogging.h"
 #import "PerformanceTesting.h"
 
@@ -8,7 +15,6 @@
 
 #define FILENAME @"BaseNSLogging " // Trailing space to match exactly the others in length
 
-
 @implementation BaseNSLogging
 
 + (void)speedTest0

+ 7 - 1
Benchmarking/DynamicLogging.h

@@ -1,5 +1,11 @@
-#import <Foundation/Foundation.h>
+//
+//  DynamicLogging.h
+//  Benchmarking
+//
+//  CocoaLumberjack Demos
+//
 
+#import <Foundation/Foundation.h>
 
 @interface DynamicLogging : NSObject
 

+ 7 - 1
Benchmarking/DynamicLogging.m

@@ -1,3 +1,10 @@
+//
+//  DynamicLogging.m
+//  Benchmarking
+//
+//  CocoaLumberjack Demos
+//
+
 #import "DynamicLogging.h"
 #import "PerformanceTesting.h"
 #import "DDLogMacros.h"
@@ -7,7 +14,6 @@
 // Debug levels: off, error, warn, info, verbose
 static DDLogLevel ddLogLevel = DDLogLevelWarning; // NOT CONST
 
-
 @implementation DynamicLogging
 
 + (DDLogLevel)ddLogLevel

+ 7 - 0
Benchmarking/PerformanceTesting.h

@@ -1,3 +1,10 @@
+//
+//  PerformanceTesting.h
+//  Benchmarking
+//
+//  CocoaLumberjack Demos
+//
+
 #import <Foundation/Foundation.h>
 
 #define SPEED_TEST_0_COUNT 1000 // Total log statements

+ 7 - 0
Benchmarking/PerformanceTesting.m

@@ -1,3 +1,10 @@
+//
+//  PerformanceTesting.m
+//  Benchmarking
+//
+//  CocoaLumberjack Demos
+//
+
 #import "PerformanceTesting.h"
 #import "DDLog.h"
 #import "DDASLLogger.h"

+ 7 - 1
Benchmarking/StaticLogging.h

@@ -1,5 +1,11 @@
-#import <Foundation/Foundation.h>
+//
+//  StaticLogging.h
+//  Benchmarking
+//
+//  CocoaLumberjack Demos
+//
 
+#import <Foundation/Foundation.h>
 
 @interface StaticLogging : NSObject
 

+ 7 - 1
Benchmarking/StaticLogging.m

@@ -1,3 +1,10 @@
+//
+//  StaticLogging.m
+//  Benchmarking
+//
+//  CocoaLumberjack Demos
+//
+
 #import "StaticLogging.h"
 #import "PerformanceTesting.h"
 #import "DDLogMacros.h"
@@ -7,7 +14,6 @@
 // Debug levels: off, error, warn, info, verbose
 static const DDLogLevel ddLogLevel = DDLogLevelWarning; // CONST
 
-
 @implementation StaticLogging
 
 + (void)speedTest0

+ 1 - 1
Classes/CLI/CLIColor.h

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/CLI/CLIColor.m

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/CocoaLumberjack.h

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/CocoaLumberjack.swift

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2014-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/DDASLLogCapture.h

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/DDASLLogCapture.m

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/DDASLLogger.h

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/DDASLLogger.m

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/DDAbstractDatabaseLogger.h

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/DDAbstractDatabaseLogger.m

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/DDAssert.swift

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2014-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/DDAssertMacros.h

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/DDFileLogger.h

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/DDFileLogger.m

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/DDLegacyMacros.h

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/DDLog+LOGV.h

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/DDLog.h

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/DDLog.m

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/DDLogMacros.h

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/DDOSLogger.h

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/DDOSLogger.m

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/DDTTYLogger.h

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/DDTTYLogger.m

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/Extensions/DDContextFilterLogFormatter.h

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/Extensions/DDContextFilterLogFormatter.m

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/Extensions/DDDispatchQueueLogFormatter.h

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/Extensions/DDDispatchQueueLogFormatter.m

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/Extensions/DDMultiFormatter.h

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 1 - 1
Classes/Extensions/DDMultiFormatter.m

@@ -1,6 +1,6 @@
 // Software License Agreement (BSD License)
 //
-// Copyright (c) 2010-2016, Deusty, LLC
+// Copyright (c) 2010-2018, Deusty, LLC
 // All rights reserved.
 //
 // Redistribution and use of this software in source and binary forms,

+ 11 - 3
Classes/SwiftLogLevel.h

@@ -1,9 +1,17 @@
+// Software License Agreement (BSD License)
 //
-//  SwiftLogLevel.h
-//  Lumberjack
+// Copyright (c) 2010-2018, Deusty, LLC
+// All rights reserved.
 //
-//  Created by Florian Friedrich on 05.10.18.
+// Redistribution and use of this software in source and binary forms,
+// with or without modification, are permitted provided that the following conditions are met:
 //
+// * Redistributions of source code must retain the above copyright notice,
+//   this list of conditions and the following disclaimer.
+//
+// * Neither the name of Deusty nor the names of its contributors may be used
+//   to endorse or promote products derived from this software without specific
+//   prior written permission of Deusty, LLC.
 
 #ifndef SwiftLogLevel_h
 #define SwiftLogLevel_h

+ 13 - 0
Demos/Benchmark/Desktop/BenchmarkMac.xcodeproj/xcshareddata/IDETemplateMacros.plist

@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>FILEHEADER</key>
+	<string>
+//  ___FILENAME___
+//  ___TARGETNAME___
+//
+//  CocoaLumberjack Demos
+//</string>
+</dict>
+</plist>

+ 1 - 1
Demos/Benchmark/Desktop/BenchmarkMac/AppDelegate.h

@@ -2,7 +2,7 @@
 //  AppDelegate.h
 //  BenchmarkMac
 //
-//  Created by Robbie Hanson on 11/15/11.
+//  CocoaLumberjack Demos
 //
 
 #import <Cocoa/Cocoa.h>

+ 7 - 1
Demos/Benchmark/Desktop/BenchmarkMac/AppDelegate.m

@@ -1,7 +1,13 @@
+//
+//  AppDelegate.m
+//  BenchmarkMac
+//
+//  CocoaLumberjack Demos
+//
+
 #import "AppDelegate.h"
 #import "PerformanceTesting.h"
 
-
 @implementation AppDelegate
 
 @synthesize window = _window;

+ 6 - 0
Demos/Benchmark/Desktop/BenchmarkMac/BenchmarkMac-Prefix.pch

@@ -1,4 +1,10 @@
 //
+//  BenchmarkMac-Prefix.pch
+//  BenchmarkMac
+//
+//  CocoaLumberjack Demos
+//
+//
 // Prefix header for all source files of the 'BenchmarkMac' target in the 'BenchmarkMac' project
 //
 

+ 1 - 1
Demos/Benchmark/Desktop/BenchmarkMac/main.m

@@ -2,7 +2,7 @@
 //  main.m
 //  BenchmarkMac
 //
-//  Created by Robbie Hanson on 11/15/11.
+//  CocoaLumberjack Demos
 //
 
 #import <Cocoa/Cocoa.h>

+ 13 - 0
Demos/Benchmark/Mobile/BenchmarkIPhone.xcodeproj/xcshareddata/IDETemplateMacros.plist

@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>FILEHEADER</key>
+	<string>
+//  ___FILENAME___
+//  ___TARGETNAME___
+//
+//  CocoaLumberjack Demos
+//</string>
+</dict>
+</plist>

+ 6 - 0
Demos/Benchmark/Mobile/BenchmarkIPhone_Prefix.pch

@@ -1,4 +1,10 @@
 //
+//  BenchmarkIPhone_Prefix.pch
+//  BenchmarkIPhone
+//
+//  CocoaLumberjack Demos
+//
+//
 // Prefix header for all source files of the 'BenchmarkIPhone' target in the 'BenchmarkIPhone' project
 //
 

+ 7 - 2
Demos/Benchmark/Mobile/Classes/BenchmarkIPhoneAppDelegate.h

@@ -1,8 +1,14 @@
+//
+//  BenchmarkIPhoneAppDelegate.h
+//  BenchmarkIPhone
+//
+//  CocoaLumberjack Demos
+//
+
 #import <UIKit/UIKit.h>
 
 @class BenchmarkIPhoneViewController;
 
-
 @interface BenchmarkIPhoneAppDelegate : NSObject <UIApplicationDelegate>
 {
     UIWindow *window;
@@ -13,4 +19,3 @@
 @property (nonatomic, strong) IBOutlet BenchmarkIPhoneViewController *viewController;
 
 @end
-

+ 7 - 3
Demos/Benchmark/Mobile/Classes/BenchmarkIPhoneAppDelegate.m

@@ -1,14 +1,19 @@
+//
+//  BenchmarkIPhoneAppDelegate.m
+//  BenchmarkIPhone
+//
+//  CocoaLumberjack Demos
+//
+
 #import "BenchmarkIPhoneAppDelegate.h"
 #import "BenchmarkIPhoneViewController.h"
 #import "PerformanceTesting.h"
 
-
 @implementation BenchmarkIPhoneAppDelegate
 
 @synthesize window;
 @synthesize viewController;
 
-
 - (void)applicationDidFinishLaunching:(UIApplication *)application
 {
     window.rootViewController = viewController;
@@ -17,5 +22,4 @@
     [PerformanceTesting startPerformanceTests];
 }
 
-
 @end

+ 7 - 5
Demos/Benchmark/Mobile/Classes/BenchmarkIPhoneViewController.h

@@ -1,10 +1,12 @@
-#import <UIKit/UIKit.h>
+//
+//  BenchmarkIPhoneViewController.h
+//  BenchmarkIPhone
+//
+//  CocoaLumberjack Demos
+//
 
+#import <UIKit/UIKit.h>
 
 @interface BenchmarkIPhoneViewController : UIViewController
-{
-    
-}
 
 @end
-

+ 7 - 41
Demos/Benchmark/Mobile/Classes/BenchmarkIPhoneViewController.m

@@ -1,46 +1,12 @@
-#import "BenchmarkIPhoneViewController.h"
+//
+//  BenchmarkIPhoneViewController.m
+//  BenchmarkIPhone
+//
+//  CocoaLumberjack Demos
+//
 
+#import "BenchmarkIPhoneViewController.h"
 
 @implementation BenchmarkIPhoneViewController
 
-/*
-// The designated initializer. Override to perform setup that is required before the view is loaded.
-- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil {
-    if (self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]) {
-        // Custom initialization
-    }
-    return self;
-}
-*/
-
-/*
-// Implement loadView to create a view hierarchy programmatically, without using a nib.
-- (void)loadView {
-}
-*/
-
-
-/*
-// Implement viewDidLoad to do additional setup after loading the view, typically from a nib.
-- (void)viewDidLoad {
-    [super viewDidLoad];
-}
-*/
-
-
-/*
-// Override to allow orientations other than the default portrait orientation.
-- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
-    // Return YES for supported orientations
-    return (interfaceOrientation == UIInterfaceOrientationPortrait);
-}
-*/
-
-- (void)didReceiveMemoryWarning {
-    // Releases the view if it doesn't have a superview.
-    [super didReceiveMemoryWarning];
-    
-    // Release any cached data, images, etc that aren't in use.
-}
-
 @end

+ 1 - 2
Demos/Benchmark/Mobile/main.m

@@ -2,13 +2,12 @@
 //  main.m
 //  BenchmarkIPhone
 //
-//  Created by Robbie Hanson on 5/6/10.
+//  CocoaLumberjack Demos
 //
 
 #import <UIKit/UIKit.h>
 
 int main(int argc, char *argv[]) {
-    
     @autoreleasepool {
         int retVal = UIApplicationMain(argc, argv, nil, nil);
         return retVal;

+ 13 - 0
Demos/CLI/CLI.xcodeproj/xcshareddata/IDETemplateMacros.plist

@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>FILEHEADER</key>
+	<string>
+//  ___FILENAME___
+//  ___TARGETNAME___
+//
+//  CocoaLumberjack Demos
+//</string>
+</dict>
+</plist>

+ 6 - 0
Demos/CLI/CLI/CLI-Prefix.pch

@@ -1,4 +1,10 @@
 //
+//  CLI-Prefix.pch
+//  CLI
+//
+//  CococaLumberjack Demos
+//
+//
 //  Prefix header
 //
 //  The contents of this file are implicitly included at the beginning of every source file.

+ 1 - 2
Demos/CLI/CLI/main.m

@@ -2,7 +2,7 @@
 //  main.m
 //  CLI
 //
-//  Created by Ernesto Rivera on 2013/12/19.
+//  CococaLumberjack Demos
 //
 
 #import <Foundation/Foundation.h>
@@ -28,4 +28,3 @@ int main(int argc, const char * argv[])
     }
     return 0;
 }
-

+ 13 - 0
Demos/CaptureASL/CaptureASL.xcodeproj/xcshareddata/IDETemplateMacros.plist

@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>FILEHEADER</key>
+	<string>
+//  ___FILENAME___
+//  ___TARGETNAME___
+//
+//  CocoaLumberjack Demos
+//</string>
+</dict>
+</plist>

+ 1 - 2
Demos/CaptureASL/CaptureASL/AppDelegate.h

@@ -2,8 +2,7 @@
 //  AppDelegate.h
 //  CaptureASL
 //
-//  Created by Ernesto Rivera on 2014/03/20.
-//
+//  CococaLumberjack Demos
 //
 
 #import <UIKit/UIKit.h>

+ 1 - 4
Demos/CaptureASL/CaptureASL/AppDelegate.m

@@ -2,8 +2,7 @@
 //  AppDelegate.m
 //  CaptureASL
 //
-//  Created by Ernesto Rivera on 2014/03/20.
-//
+//  CococaLumberjack Demos
 //
 
 #import "AppDelegate.h"
@@ -37,5 +36,3 @@
 }
 							
 @end
-
-

+ 6 - 0
Demos/CaptureASL/CaptureASL/CaptureASL-Prefix.pch

@@ -1,4 +1,10 @@
 //
+//  CaptureASL-Prefix.pch
+//  CaptureASL
+//
+//  CococaLumberjack Demos
+//
+//
 //  Prefix header
 //
 //  The contents of this file are implicitly included at the beginning of every source file.

+ 1 - 2
Demos/CaptureASL/CaptureASL/ViewController.h

@@ -2,8 +2,7 @@
 //  ViewController.h
 //  CaptureASL
 //
-//  Created by Ernesto Rivera on 2014/03/20.
-//
+//  CococaLumberjack Demos
 //
 
 #import <UIKit/UIKit.h>

+ 1 - 2
Demos/CaptureASL/CaptureASL/ViewController.m

@@ -2,8 +2,7 @@
 //  ViewController.m
 //  CaptureASL
 //
-//  Created by Ernesto Rivera on 2014/03/20.
-//
+//  CococaLumberjack Demos
 //
 
 #import "ViewController.h"

+ 1 - 3
Demos/CaptureASL/CaptureASL/main.m

@@ -2,12 +2,10 @@
 //  main.m
 //  CaptureASL
 //
-//  Created by Ernesto Rivera on 2014/03/20.
-//
+//  CococaLumberjack Demos
 //
 
 #import <UIKit/UIKit.h>
-
 #import "AppDelegate.h"
 
 int main(int argc, char * argv[])

+ 13 - 0
Demos/ContextFilter/ContextFilter.xcodeproj/xcshareddata/IDETemplateMacros.plist

@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>FILEHEADER</key>
+	<string>
+//  ___FILENAME___
+//  ___TARGETNAME___
+//
+//  CocoaLumberjack Demos
+//</string>
+</dict>
+</plist>

+ 1 - 2
Demos/ContextFilter/ContextFilterAppDelegate.h

@@ -2,8 +2,7 @@
 //  ContextFilterAppDelegate.h
 //  ContextFilter
 //
-//  Created by Robbie Hanson on 11/22/10.
-//  Copyright 2010 Voalte. All rights reserved.
+//  CococaLumberjack Demos
 //
 
 #import <Cocoa/Cocoa.h>

+ 7 - 2
Demos/ContextFilter/ContextFilterAppDelegate.m

@@ -1,3 +1,10 @@
+//
+//  ContextFilterAppDelegate.m
+//  ContextFilter
+//
+//  CococaLumberjack Demos
+//
+
 #import "ContextFilterAppDelegate.h"
 #import <CocoaLumberjack/CocoaLumberjack.h>
 #import "MyContextFilter.h"
@@ -6,9 +13,7 @@
 // Log levels: off, error, warn, info, verbose
 static const DDLogLevel ddLogLevel = DDLogLevelVerbose;
 
-
 @implementation ContextFilterAppDelegate
-
 @synthesize window;
 
 - (void)applicationDidFinishLaunching:(NSNotification *)aNotification

+ 6 - 0
Demos/ContextFilter/ContextFilter_Prefix.pch

@@ -1,4 +1,10 @@
 //
+//  ContextFilter_Prefix.pch
+//  ContextFilter
+//
+//  CococaLumberjack Demos
+//
+//
 // Prefix header for all source files of the 'ContextFilter' target in the 'ContextFilter' project
 //
 

+ 7 - 2
Demos/ContextFilter/MyContextFilter.h

@@ -1,8 +1,13 @@
+//
+//  MyContextFilter.h
+//  ContextFilter
+//
+//  CococaLumberjack Demos
+//
+
 #import <Foundation/Foundation.h>
 #import <CocoaLumberjack/CocoaLumberjack.h>
 
 @interface MyContextFilter : NSObject <DDLogFormatter>
-{
-}
 
 @end

+ 7 - 1
Demos/ContextFilter/MyContextFilter.m

@@ -1,7 +1,13 @@
+//
+//  MyContextFilter.m
+//  ContextFilter
+//
+//  CococaLumberjack Demos
+//
+
 #import "MyContextFilter.h"
 #import "ThirdPartyFramework.h"
 
-
 @implementation MyContextFilter
 
 - (NSString *)formatLogMessage:(DDLogMessage *)logMessage

+ 7 - 2
Demos/ContextFilter/ThirdPartyFramework.h

@@ -1,11 +1,16 @@
+//
+//  ThirdPartyFramework.h
+//  ContextFilter
+//
+//  CococaLumberjack Demos
+//
+
 #import <Foundation/Foundation.h>
 
 #define TP_LOG_CONTEXT 1044
 
-
 @interface ThirdPartyFramework : NSObject
 
 + (void)start;
 
-
 @end

+ 7 - 0
Demos/ContextFilter/ThirdPartyFramework.m

@@ -1,3 +1,10 @@
+//
+//  ThirdPartyFramework.m
+//  ContextFilter
+//
+//  CococaLumberjack Demos
+//
+
 #import "ThirdPartyFramework.h"
 #import <CocoaLumberjack/DDLogMacros.h>
 

+ 1 - 2
Demos/ContextFilter/main.m

@@ -2,8 +2,7 @@
 //  main.m
 //  ContextFilter
 //
-//  Created by Robbie Hanson on 11/22/10.
-//  Copyright 2010 Voalte. All rights reserved.
+//  CococaLumberjack Demos
 //
 
 #import <Cocoa/Cocoa.h>

+ 13 - 0
Demos/CoreDataLogger/CoreDataLogger.xcodeproj/xcshareddata/IDETemplateMacros.plist

@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>FILEHEADER</key>
+	<string>
+//  ___FILENAME___
+//  ___TARGETNAME___
+//
+//  CocoaLumberjack Demos
+//</string>
+</dict>
+</plist>

+ 6 - 0
Demos/CoreDataLogger/CoreDataLogger/CoreDataLogger-Prefix.pch

@@ -1,4 +1,10 @@
 //
+//  CoreDataLogger-Prefix.pch
+//  CoreDataLogger
+//
+//  CococaLumberjack Demos
+//
+//
 // Prefix header for all source files of the 'CoreDataLogger' target in the 'CoreDataLogger' project
 //
 

+ 7 - 1
Demos/CoreDataLogger/CoreDataLogger/CoreDataLogger.h

@@ -1,7 +1,13 @@
+//
+//  CoreDataLogger.h
+//  CoreDataLogger
+//
+//  CococaLumberjack Demos
+//
+
 #import <Foundation/Foundation.h>
 #import <CocoaLumberjack/DDAbstractDatabaseLogger.h>
 
-
 @interface CoreDataLogger : DDAbstractDatabaseLogger <DDLogger>
 {
   @private

+ 7 - 1
Demos/CoreDataLogger/CoreDataLogger/CoreDataLogger.m

@@ -1,3 +1,10 @@
+//
+//  CoreDataLogger.m
+//  CoreDataLogger
+//
+//  CococaLumberjack Demos
+//
+
 #import "CoreDataLogger.h"
 #import "LogEntry.h"
 
@@ -24,7 +31,6 @@
     return self;
 }
 
-
 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 #pragma mark Private API
 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

+ 7 - 1
Demos/CoreDataLogger/CoreDataLogger/CoreDataLoggerAppDelegate.h

@@ -1,8 +1,14 @@
+//
+//  CoreDataLoggerAppDelegate.h
+//  CoreDataLogger
+//
+//  CococaLumberjack Demos
+//
+
 #import <Cocoa/Cocoa.h>
 
 @class CoreDataLogger;
 
-
 @interface CoreDataLoggerAppDelegate : NSObject <NSApplicationDelegate> {
 @private
     CoreDataLogger *coreDataLogger;

+ 7 - 1
Demos/CoreDataLogger/CoreDataLogger/CoreDataLoggerAppDelegate.m

@@ -1,3 +1,10 @@
+//
+//  CoreDataLoggerAppDelegate.m
+//  CoreDataLogger
+//
+//  CococaLumberjack Demos
+//
+
 #import "CoreDataLoggerAppDelegate.h"
 #import <CocoaLumberjack/CocoaLumberjack.h>
 #import "CoreDataLogger.h"
@@ -5,7 +12,6 @@
 // Log levels: off, error, warn, info, verbose
 static const DDLogLevel ddLogLevel = DDLogLevelVerbose;
 
-
 @implementation CoreDataLoggerAppDelegate
 
 @synthesize window;

+ 7 - 1
Demos/CoreDataLogger/CoreDataLogger/LogEntry.h

@@ -1,7 +1,13 @@
+//
+//  LogEntry.h
+//  CoreDataLogger
+//
+//  CococaLumberjack Demos
+//
+
 #import <Foundation/Foundation.h>
 #import <CoreData/CoreData.h>
 
-
 @interface LogEntry : NSManagedObject
 
 @property (nonatomic, strong) NSNumber * context;

+ 7 - 1
Demos/CoreDataLogger/CoreDataLogger/LogEntry.m

@@ -1,5 +1,11 @@
-#import "LogEntry.h"
+//
+//  LogEntry.m
+//  CoreDataLogger
+//
+//  CococaLumberjack Demos
+//
 
+#import "LogEntry.h"
 
 @implementation LogEntry
 

+ 1 - 1
Demos/CoreDataLogger/CoreDataLogger/main.m

@@ -2,7 +2,7 @@
 //  main.m
 //  CoreDataLogger
 //
-//  Created by Robbie Hanson on 3/30/11.
+//  CococaLumberjack Demos
 //
 
 #import <Cocoa/Cocoa.h>

+ 13 - 0
Demos/CustomFormatters/CustomFormatters.xcodeproj/xcshareddata/IDETemplateMacros.plist

@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>FILEHEADER</key>
+	<string>
+//  ___FILENAME___
+//  ___TARGETNAME___
+//
+//  CocoaLumberjack Demos
+//</string>
+</dict>
+</plist>

+ 7 - 1
Demos/CustomFormatters/CustomFormattersAppDelegate.h

@@ -1,5 +1,11 @@
-#import <Cocoa/Cocoa.h>
+//
+//  CustomFormattersAppDelegate.h
+//  CustomFormatters
+//
+//  CococaLumberjack Demos
+//
 
+#import <Cocoa/Cocoa.h>
 
 @interface CustomFormattersAppDelegate : NSObject <NSApplicationDelegate> {
     NSWindow *__unsafe_unretained window;

+ 7 - 1
Demos/CustomFormatters/CustomFormattersAppDelegate.m

@@ -1,3 +1,10 @@
+//
+//  CustomFormattersAppDelegate.m
+//  CustomFormatters
+//
+//  CococaLumberjack Demos
+//
+
 #import "CustomFormattersAppDelegate.h"
 
 #import <CocoaLumberjack/CocoaLumberjack.h>
@@ -6,7 +13,6 @@
 // Debug levels: off, error, warn, info, verbose
 static const DDLogLevel ddLogLevel = DDLogLevelVerbose;
 
-
 @implementation CustomFormattersAppDelegate
 
 @synthesize window;

+ 6 - 0
Demos/CustomFormatters/CustomFormatters_Prefix.pch

@@ -1,4 +1,10 @@
 //
+//  CustomFormatters_Prefix.pch
+//  CustomFormatters
+//
+//  CococaLumberjack Demos
+//
+//
 // Prefix header for all source files of the 'CustomFormatters' target in the 'CustomFormatters' project
 //
 

+ 7 - 1
Demos/CustomFormatters/TestFormatter.h

@@ -1,7 +1,13 @@
+//
+//  TestFormatter.h
+//  CustomFormatters
+//
+//  CococaLumberjack Demos
+//
+
 #import <Foundation/Foundation.h>
 #import <CocoaLumberjack/CocoaLumberjack.h>
 
-
 @interface TestFormatter : NSObject <DDLogFormatter>
 
 @end

+ 7 - 1
Demos/CustomFormatters/TestFormatter.m

@@ -1,5 +1,11 @@
-#import "TestFormatter.h"
+//
+//  TestFormatter.m
+//  CustomFormatters
+//
+//  CococaLumberjack Demos
+//
 
+#import "TestFormatter.h"
 
 /**
  * For more information about creating custom formatters, see the wiki article:

+ 1 - 1
Demos/CustomFormatters/main.m

@@ -2,7 +2,7 @@
 //  main.m
 //  CustomFormatters
 //
-//  Created by Robbie Hanson on 5/13/10.
+//  CococaLumberjack Demos
 //
 
 #import <Cocoa/Cocoa.h>

+ 13 - 0
Demos/CustomLogLevels/CustomLogLevels.xcodeproj/xcshareddata/IDETemplateMacros.plist

@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>FILEHEADER</key>
+	<string>
+//  ___FILENAME___
+//  ___TARGETNAME___
+//
+//  CocoaLumberjack Demos
+//</string>
+</dict>
+</plist>

+ 7 - 1
Demos/CustomLogLevels/CustomLogLevelsAppDelegate.h

@@ -1,5 +1,11 @@
-#import <Cocoa/Cocoa.h>
+//
+//  CustomLogLevelsAppDelegate.h
+//  CustomLogLevels
+//
+//  CococaLumberjack Demos
+//
 
+#import <Cocoa/Cocoa.h>
 
 @interface CustomLogLevelsAppDelegate : NSObject <NSApplicationDelegate> {
     NSWindow *__unsafe_unretained window;

+ 7 - 1
Demos/CustomLogLevels/CustomLogLevelsAppDelegate.m

@@ -1,3 +1,10 @@
+//
+//  CustomLogLevelsAppDelegate.m
+//  CustomLogLevels
+//
+//  CococaLumberjack Demos
+//
+
 #import "CustomLogLevelsAppDelegate.h"
 
 #import "MYLog.h"
@@ -5,7 +12,6 @@
 // Debug levels: off, fatal, error, warn, notice, info, debug
 static const DDLogLevel ddLogLevel = DDLogLevelDebug;
 
-
 @implementation CustomLogLevelsAppDelegate
 
 @synthesize window;

+ 6 - 0
Demos/CustomLogLevels/CustomLogLevels_Prefix.pch

@@ -1,4 +1,10 @@
 //
+//  CustomLogLevels_Prefix.pch
+//  CustomLogLevels
+//
+//  CococaLumberjack Demos
+//
+//
 // Prefix header for all source files of the 'CustomLogLevels' target in the 'CustomLogLevels' project
 //
 

+ 6 - 1
Demos/CustomLogLevels/MYLog.h

@@ -1,3 +1,9 @@
+//
+//  MYLog.h
+//  CustomLogLevels
+//
+//  CococaLumberjack Demos
+//
 
 #import <CocoaLumberjack/CocoaLumberjack.h>
 
@@ -43,4 +49,3 @@
 #define DDLogNotice(frmt, ...)  LOG_MAYBE(YES, ddLogLevel, LOG_FLAG_NOTICE, 0, nil, __PRETTY_FUNCTION__, frmt, ##__VA_ARGS__)
 #define DDLogInfo(frmt, ...)    LOG_MAYBE(YES, ddLogLevel, LOG_FLAG_INFO,   0, nil, __PRETTY_FUNCTION__, frmt, ##__VA_ARGS__)
 #define DDLogDebug(frmt, ...)   LOG_MAYBE(YES, ddLogLevel, LOG_FLAG_DEBUG,  0, nil, __PRETTY_FUNCTION__, frmt, ##__VA_ARGS__)
-

+ 1 - 1
Demos/CustomLogLevels/main.m

@@ -2,7 +2,7 @@
 //  main.m
 //  CustomLogLevels
 //
-//  Created by Robbie Hanson on 5/13/10.
+//  CococaLumberjack Demos
 //
 
 #import <Cocoa/Cocoa.h>

+ 8 - 0
Demos/Demos.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>IDEDidComputeMac32BitWarning</key>
+	<true/>
+</dict>
+</plist>

+ 13 - 0
Demos/DispatchQueueLogger/DispatchQueueLogger.xcodeproj/xcshareddata/IDETemplateMacros.plist

@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>FILEHEADER</key>
+	<string>
+//  ___FILENAME___
+//  ___TARGETNAME___
+//
+//  CocoaLumberjack Demos
+//</string>
+</dict>
+</plist>

+ 1 - 1
Demos/DispatchQueueLogger/DispatchQueueLogger/AppDelegate.h

@@ -2,7 +2,7 @@
 //  AppDelegate.h
 //  DispatchQueueLogger
 //
-//  Created by Robbie Hanson on 11/8/11.
+//  CococaLumberjack Demos
 //
 
 #import <Cocoa/Cocoa.h>

+ 7 - 1
Demos/DispatchQueueLogger/DispatchQueueLogger/AppDelegate.m

@@ -1,3 +1,10 @@
+//
+//  AppDelegate.m
+//  DispatchQueueLogger
+//
+//  CococaLumberjack Demos
+//
+
 #import "AppDelegate.h"
 #import <CocoaLumberjack/CocoaLumberjack.h>
 #import <CocoaLumberjack/DDDispatchQueueLogFormatter.h>
@@ -5,7 +12,6 @@
 // Log levels: 0-off, 1-error, 2-warn, 3-info, 4-verbose
 static const DDLogLevel ddLogLevel = DDLogLevelVerbose;
 
-
 @implementation AppDelegate
 {
     dispatch_queue_t downloadingQueue;

+ 6 - 0
Demos/DispatchQueueLogger/DispatchQueueLogger/DispatchQueueLogger-Prefix.pch

@@ -1,4 +1,10 @@
 //
+//  DispatchQueueLogger-Prefix.pch
+//  DispatchQueueLogger
+//
+//  CococaLumberjack Demos
+//
+//
 // Prefix header for all source files of the 'DispatchQueueLogger' target in the 'DispatchQueueLogger' project
 //
 

+ 1 - 1
Demos/DispatchQueueLogger/DispatchQueueLogger/main.m

@@ -2,7 +2,7 @@
 //  main.m
 //  DispatchQueueLogger
 //
-//  Created by Robbie Hanson on 11/8/11.
+//  CococaLumberjack Demos
 //
 
 #import <Cocoa/Cocoa.h>

+ 13 - 0
Demos/FineGrainedLogging/FineGrainedLogging.xcodeproj/xcshareddata/IDETemplateMacros.plist

@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>FILEHEADER</key>
+	<string>
+//  ___FILENAME___
+//  ___TARGETNAME___
+//
+//  CocoaLumberjack Demos
+//</string>
+</dict>
+</plist>

+ 7 - 1
Demos/FineGrainedLogging/FineGrainedLoggingAppDelegate.h

@@ -1,9 +1,15 @@
+//
+//  FineGrainedLoggingAppDelegate.h
+//  FineGrainedLogging
+//
+//  CococaLumberjack Demos
+//
+
 #import <Cocoa/Cocoa.h>
 
 @class TimerOne;
 @class TimerTwo;
 
-
 @interface FineGrainedLoggingAppDelegate : NSObject <NSApplicationDelegate>
 {
     TimerOne *timerOne;

+ 7 - 0
Demos/FineGrainedLogging/FineGrainedLoggingAppDelegate.m

@@ -1,3 +1,10 @@
+//
+//  FineGrainedLoggingAppDelegate.m
+//  FineGrainedLogging
+//
+//  CococaLumberjack Demos
+//
+
 #import "FineGrainedLoggingAppDelegate.h"
 
 #import "MYLog.h"

Неке датотеке нису приказане због велике количине промена