Skip to content

Commit

Permalink
Update logs format
Browse files Browse the repository at this point in the history
  • Loading branch information
patryk-sredzinski committed Feb 29, 2024
1 parent 51b5540 commit 0eceafe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion IteoLogger.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'IteoLogger'
spec.version = '1.3'
spec.version = '1.4'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/psredzinski/IteoLogger'
spec.authors = { 'Patryk Średziński' => '[email protected]' }
Expand Down
4 changes: 2 additions & 2 deletions IteoLogger.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.3;
MARKETING_VERSION = 1.4;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -784,7 +784,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.3;
MARKETING_VERSION = 1.4;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
Expand Down
6 changes: 3 additions & 3 deletions IteoLogger/IteoLogger.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ public extension IteoLogger {

private static let defaultLogsDirectoryName = "IteoLoggerLogData"
private static var defaultLogsAppGroup = ""
private static let defaultConsoleFormat = "[level] [framework] [[time]] [module_prefix] [module_name]: [output]"
private static let defaultShareFormat = "[level] [framework] [module_prefix] [module_name] [iso]: [output]"
private static let defaultSystemFormat = "[level] [framework] [module_prefix] [module_name]: [output]"
private static let defaultConsoleFormat = "[level] [module_prefix] [[time]] [framework] - [module_name]: [output]"
private static let defaultShareFormat = "[level] [iso] [module_prefix] [framework] - [module_name]: [output]"
private static let defaultSystemFormat = "[level] [module_prefix] [framework] - [module_name]: [output]"

/**
Sends data to logger to be consumed by consumers passed in *IteoLogger* initializer.
Expand Down

0 comments on commit 0eceafe

Please sign in to comment.