lite_logger 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: b55ef416174c0443b3dd30380a3a1fdb3a86e4d7ffa9cbbbb200fdf797c6f656
4
+ data.tar.gz: bf7689f1a987a4a07257c81e36cb6454a9704071c896ce589369561514a3295a
5
+ SHA512:
6
+ metadata.gz: b9afabd589d1495a3fd93be582115893646d9de11738f3503dc0ff146738c3990cf9ad7f97342ba801351ee591f258d012e63069373f05594d2469b30d27d281
7
+ data.tar.gz: ebfb91572d6c4ef8973100ec3256f6c680e5f96ef63af0abfb7a15f6aff46837e37f5fda2c3cb624f13e65abb20ccf85f17136335248b25fa5e4666de2dc64f2
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.rubocop.yml ADDED
@@ -0,0 +1,6 @@
1
+ AllCops:
2
+ NewCops: enable
3
+ SuggestExtensions: false
4
+
5
+ Style/Documentation:
6
+ Enabled: false
data/CHANGELOG.md ADDED
@@ -0,0 +1,10 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [0.1.0] - 2024-05-24
9
+
10
+ - Initial release
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
+
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
+
36
+ ## Scope
37
+
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
+
40
+ ## Enforcement
41
+
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at dmferrari@gmail.com. All complaints will be reviewed and investigated promptly and fairly.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
+
68
+ ### 4. Permanent Ban
69
+
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2024 Martin Ferrari
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,59 @@
1
+ # LiteLogger
2
+
3
+ LiteLogger is a lightweight logging solution for Ruby on Rails applications. It provides customizable log levels, formats, and destinations.
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'lite_logger'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ ```bash
16
+ bundle install
17
+ ```
18
+
19
+ Or install it yourself as:
20
+
21
+ ```bash
22
+ gem install lite_logger
23
+ ```
24
+
25
+ ## Usage
26
+
27
+ ### Configuration
28
+
29
+ You can configure LiteLogger in an initializer file. For example, create a file named `config/initializers/lite_logger.rb` with the following content:
30
+
31
+ ```ruby
32
+ # config/initializers/lite_logger.rb
33
+ LiteLogger.configure do |config|
34
+ config.level = :debug
35
+ config.format = :json
36
+ config.destination = Rails.root.join('log', 'lite_logger.log')
37
+ end
38
+ ```
39
+
40
+ ### Logging
41
+
42
+ Use the `LiteLogger` module to log messages in your application:
43
+
44
+ ```ruby
45
+ LiteLogger.debug('This is a debug message')
46
+ LiteLogger.info('This is an info message')
47
+ LiteLogger.warn('This is a warning message')
48
+ LiteLogger.error('This is an error message')
49
+ LiteLogger.fatal('This is a fatal message')
50
+ ```
51
+
52
+ ## Contributing
53
+
54
+ Bug reports and pull requests are welcome on GitHub at <https://github.com/dmferrari/lite_logger>.
55
+
56
+ ## License
57
+
58
+ License
59
+ This gem is available as open-source under the terms of the MIT License (see the LICENSE file in the project root for details).
data/Rakefile ADDED
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ require "rspec/core/rake_task"
5
+
6
+ RSpec::Core::RakeTask.new(:spec)
7
+
8
+ require "rubocop/rake_task"
9
+
10
+ RuboCop::RakeTask.new
11
+
12
+ task default: %i[spec rubocop]
data/all_changes.txt ADDED
@@ -0,0 +1,14 @@
1
+ # File name: Gemfile
2
+ # frozen_string_literal: true
3
+
4
+ source 'https://rubygems.org'
5
+
6
+ gemspec
7
+
8
+ gem 'byebug', '~> 11.1'
9
+ gem 'rake', '~> 13.0'
10
+ gem 'rspec', '~> 3.0'
11
+ gem 'rubocop', '~> 1.21'
12
+ gem 'ruby-lsp', '~> 0.16.6'
13
+
14
+ # -------------------------
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ LiteLogger.configure do |config|
4
+ config.level = :debug
5
+ config.format = :json
6
+ config.destination = Rails.root.join('log', 'lite_logger.log')
7
+ end
@@ -0,0 +1,48 @@
1
+ # frozen_string_literal: true
2
+
3
+ module LiteLogger
4
+ class Logger
5
+ LEVELS = { debug: 0, info: 1, warn: 2, error: 3, fatal: 4 }.freeze
6
+
7
+ attr_accessor :level, :format, :destination
8
+
9
+ def initialize
10
+ @level = :info
11
+ @format = :plain
12
+ @destination = $stdout
13
+ end
14
+
15
+ LEVELS.each_key do |level_name|
16
+ define_method(level_name) do |message|
17
+ log(level_name, message)
18
+ end
19
+ end
20
+
21
+ private
22
+
23
+ def log(level, message)
24
+ return if LEVELS[level] < LEVELS[@level]
25
+
26
+ formatted_message = format_message(level, message)
27
+ write_log(formatted_message)
28
+ end
29
+
30
+ def format_message(level, message)
31
+ case @format
32
+ when :json
33
+ { level: level, message: message, timestamp: Time.now }.to_json
34
+ else
35
+ "#{Time.now} [#{level.upcase}] #{message}"
36
+ end
37
+ end
38
+
39
+ def write_log(message)
40
+ case @destination
41
+ when $stdout, $stderr, StringIO
42
+ @destination.puts message
43
+ else
44
+ File.open(@destination, 'a') { |file| file.puts message }
45
+ end
46
+ end
47
+ end
48
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module LiteLogger
4
+ VERSION = '0.1.0'
5
+ end
@@ -0,0 +1,16 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'lite_logger/version'
4
+ require_relative 'lite_logger/logger'
5
+
6
+ module LiteLogger
7
+ class Error < StandardError; end
8
+
9
+ class << self
10
+ attr_accessor :logger
11
+
12
+ def configure
13
+ yield self.logger ||= LiteLogger::Logger.new
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,34 @@
1
+ module LiteLogger
2
+ VERSION: String
3
+
4
+ class Error < StandardError
5
+ end
6
+
7
+ class << self
8
+ attr_accessor logger: LiteLogger::Logger
9
+
10
+ def configure: () { (LiteLogger::Logger) -> void } -> void
11
+ end
12
+ end
13
+
14
+ module LiteLogger
15
+ class Logger
16
+ LEVELS: { debug: Integer, info: Integer, warn: Integer, error: Integer, fatal: Integer }
17
+
18
+ attr_accessor level: Symbol
19
+ attr_accessor format: Symbol
20
+ attr_accessor destination: (IO | String)
21
+
22
+ def initialize: () -> void
23
+
24
+ def debug: (String) -> void
25
+ def info: (String) -> void
26
+ def warn: (String) -> void
27
+ def error: (String) -> void
28
+ def fatal: (String) -> void
29
+
30
+ private def log: (Symbol, String) -> void
31
+ private def format_message: (Symbol, String) -> String
32
+ private def write_log: (String) -> void
33
+ end
34
+ end
metadata ADDED
@@ -0,0 +1,102 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: lite_logger
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Martin Ferrari
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2024-05-24 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rake
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '13.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '13.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rspec
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '3.0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '3.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rubocop
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '1.21'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '1.21'
55
+ description: LiteLogger provides customizable log levels, formats, and destinations.
56
+ email:
57
+ - dmferrari@gmail.com
58
+ executables: []
59
+ extensions: []
60
+ extra_rdoc_files: []
61
+ files:
62
+ - ".rspec"
63
+ - ".rubocop.yml"
64
+ - CHANGELOG.md
65
+ - CODE_OF_CONDUCT.md
66
+ - LICENSE.txt
67
+ - README.md
68
+ - Rakefile
69
+ - all_changes.txt
70
+ - config/initializers/lite_logger.rb
71
+ - lib/lite_logger.rb
72
+ - lib/lite_logger/logger.rb
73
+ - lib/lite_logger/version.rb
74
+ - sig/lite_logger.rbs
75
+ homepage: https://github.com/dmferrari/lite_logger
76
+ licenses:
77
+ - MIT
78
+ metadata:
79
+ homepage_uri: https://github.com/dmferrari/lite_logger
80
+ source_code_uri: https://github.com/dmferrari/lite_logger
81
+ changelog_uri: https://github.com/dmferrari/lite_logger/blob/main/CHANGELOG.md
82
+ rubygems_mfa_required: 'true'
83
+ post_install_message:
84
+ rdoc_options: []
85
+ require_paths:
86
+ - lib
87
+ required_ruby_version: !ruby/object:Gem::Requirement
88
+ requirements:
89
+ - - ">="
90
+ - !ruby/object:Gem::Version
91
+ version: 3.0.0
92
+ required_rubygems_version: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ requirements: []
98
+ rubygems_version: 3.5.9
99
+ signing_key:
100
+ specification_version: 4
101
+ summary: A lightweight logging solution for Ruby on Rails applications.
102
+ test_files: []