loggerx 0.1.1

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: 219b8c59ad0049727c7e48f9f584b3bb11ac921be02321cfff210fbe9e0deb6e
4
+ data.tar.gz: 39aef55cc7d8974ceb884c230931786cfcaa55c9348b7a77b7492da9788d0e90
5
+ SHA512:
6
+ metadata.gz: 7446cd0e041c013939338ccfa3d673a323a5dab2118b46a6071d62a8f73310e1867fcb12bb6619ad82d3b82a7e75765d3a2c20fc88febe3726bc55c94881a484
7
+ data.tar.gz: f49d1ca3e640f7e35116c51f64539136cef6efef0a5af9ae699bb872cd0489c9271b38b6f8865165e710e87facd33d755186110d3ab78c64af126b64689280fa
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.tool-versions ADDED
@@ -0,0 +1 @@
1
+ ruby 3.1.2
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2023-07-01
4
+
5
+ - 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 ykominami@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) 2023 ykominami
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,39 @@
1
+ # Loggerx
2
+
3
+ TODO: Delete this and the text below, and describe your gem
4
+
5
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/loggerx`. To experiment with that code, run `bin/console` for an interactive prompt.
6
+
7
+ ## Installation
8
+
9
+ TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
10
+
11
+ Install the gem and add to the application's Gemfile by executing:
12
+
13
+ $ bundle add UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG
14
+
15
+ If bundler is not being used to manage dependencies, install the gem by executing:
16
+
17
+ $ gem install UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG
18
+
19
+ ## Usage
20
+
21
+ TODO: Write usage instructions here
22
+
23
+ ## Development
24
+
25
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
26
+
27
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
28
+
29
+ ## Contributing
30
+
31
+ Bug reports and pull requests are welcome on GitHub at https://github.com/ykominami/loggerx. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/ykominami/loggerx/blob/main/CODE_OF_CONDUCT.md).
32
+
33
+ ## License
34
+
35
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
36
+
37
+ ## Code of Conduct
38
+
39
+ Everyone interacting in the Loggerx project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/ykominami/loggerx/blob/main/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,8 @@
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
+ task default: :spec
@@ -0,0 +1,270 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Loggerx
4
+ class Loggerx
5
+ require "logger"
6
+ require "fileutils"
7
+ require "stringio"
8
+
9
+ LOG_FILENAME_BASE = "#{Time.now.strftime("%Y%m%d-%H%M%S")}.log"
10
+ @log_file = nil
11
+ @log_stdout = nil
12
+ @stdout_backup = $stdout
13
+ @stringio = StringIO.new(+"", "w+")
14
+ #@limit_of_num_of_files ||= 3
15
+
16
+ attr_reader :error_count
17
+
18
+ def initialize(prefix, fname, log_dir, stdout_flag, level = :info)
19
+ return if @log_file
20
+
21
+ @error_count = 0
22
+ level_hs = {
23
+ debug: Logger::DEBUG,
24
+ info: Logger::INFO,
25
+ warn: Logger::WARN,
26
+ error: Logger::ERROR,
27
+ fatal: Logger::FATAL,
28
+ unknown: Logger::UNKNOWN,
29
+ }
30
+ @log_dir_pn = Pathname.new(log_dir)
31
+
32
+ @limit_of_num_of_files ||= 5
33
+
34
+ ensure_quantum_log_files(@log_dir_pn, @limit_of_num_of_files, prefix)
35
+
36
+ @log_stdout = setup_logger_stdout(@log_stdout) if stdout_flag
37
+
38
+ fname = nil if fname == false
39
+ fname = prefix + LOG_FILENAME_BASE if fname == :default
40
+ @log_file = setup_logger_file(log_dir, fname) if fname
41
+
42
+ obj = proc do |_, _, _, msg| "#{msg}\n" end
43
+ register_log_format(obj)
44
+ register_log_level(level_hs[level])
45
+ end
46
+
47
+ def get_logger_stdout
48
+ @log_stdout
49
+ end
50
+
51
+ def ensure_quantum_log_files(log_dir_pn, limit_of_num_of_files, prefix)
52
+ list = log_dir_pn.children.select { |item| item.basename.to_s.match?("^#{prefix}") }.sort_by(&:mtime)
53
+ latest_index = list.size - limit_of_num_of_files
54
+ list[0, latest_index].map(&:unlink) if latest_index.positive?
55
+ end
56
+
57
+ def setup_logger_stdout(log_stdout)
58
+ return log_stdout unless log_stdout.nil?
59
+ begin
60
+ # log_stdout = Logger.new($stdout)
61
+ log_stdout = Logger.new(STDOUT)
62
+ rescue
63
+ @error_count += 1
64
+ end
65
+ log_stdout
66
+ end
67
+
68
+ def setup_logger_file(log_dir, fname)
69
+ filepath = Pathname.new(log_dir).join(fname)
70
+ log_file = nil
71
+ begin
72
+ log_file = Logger.new(filepath)
73
+ rescue Errno::EACCES
74
+ @error_count += 1
75
+ rescue
76
+ @error_count += 1
77
+ end
78
+ log_file
79
+ end
80
+
81
+ def register_log_format(obj)
82
+ @log_file&.formatter = obj
83
+ @log_stdout&.formatter = obj
84
+ end
85
+
86
+ def register_log_level(level)
87
+ @log_file&.level = level
88
+ @log_stdout&.level = level
89
+ #
90
+ # Log4r互換インターフェイス
91
+ # DEBUG < INFO < WARN < ERROR < FATAL < UNKNOWN
92
+ end
93
+
94
+ def to_string(value)
95
+ if value.instance_of?(Array)
96
+ @stdout_backup ||= $stdout
97
+ @stringio ||= StringIO.new(+"", "w+")
98
+ $stdout = @stringio
99
+ $stdout = @stdout_backup
100
+ @stringio.rewind
101
+ str = @stringio.read
102
+ @stringio.truncate(0)
103
+ str
104
+ else
105
+ value
106
+ end
107
+ end
108
+
109
+ def show(value)
110
+ puts(value)
111
+ str = error_sub(value)
112
+ # puts(str) unless @log_stdout
113
+ puts(str) #unless @log_stdout
114
+ true
115
+ end
116
+
117
+ def error_sub(value)
118
+ str = to_string(value)
119
+ @log_file&.error(str)
120
+ @log_stdout&.error(str)
121
+ str
122
+ end
123
+
124
+ def error(value)
125
+ error_sub(value)
126
+ true
127
+ end
128
+
129
+ def debug(value)
130
+ str = to_string(value)
131
+ # p str
132
+ @log_file&.debug(str)
133
+ @log_stdout&.debug(str)
134
+ true
135
+ end
136
+
137
+ def info(value)
138
+ str = to_string(value)
139
+ @log_file&.info(str)
140
+ @log_stdout&.info(str)
141
+ true
142
+ end
143
+
144
+ def warn(value)
145
+ str = to_string(value)
146
+ @log_file&.warn(str)
147
+ @log_stdout&.warn(str)
148
+ true
149
+ end
150
+
151
+ def fatal(value)
152
+ str = to_string(value)
153
+ @log_file&.fatal(str)
154
+ @log_stdout&.fatal(str)
155
+ true
156
+ end
157
+
158
+ def close
159
+ @log_file&.close
160
+ # @log_stdout&.close
161
+ end
162
+
163
+ class << self
164
+ def ensure_quantum_log_files(log_dir_pn, limit_of_num_of_files, prefix)
165
+ @log_file.ensure_quantum_log_files(log_dir_pn, limit_of_num_of_files, prefix)
166
+ end
167
+
168
+ def hash_to_args(hash)
169
+ prefix = hash["prefix"]
170
+
171
+ log_dir_pn = Pathname.new(hash["log_dir"])
172
+ #log_dir_pn = Pathname.new( obj[:log_dir] )
173
+ # log_dir_pn = Pathname.new( obj[0] )
174
+
175
+ stdout_flag_str = hash["stdout_flag"]
176
+ if stdout_flag_str.instance_of?(String)
177
+ case stdout_flag_str
178
+ when "true"
179
+ stdout_flag = true
180
+ else
181
+ stdout_flag = false
182
+ end
183
+ else
184
+ stdout_flag = stdout_flag_str
185
+ end
186
+
187
+ fname_str = hash["fname"]
188
+ case fname_str
189
+ when "default"
190
+ fname = fname_str.to_sym
191
+ when "false"
192
+ fname = false
193
+ else
194
+ fname = fname_str
195
+ end
196
+
197
+ level = hash["level"].to_sym
198
+
199
+ [prefix, fname, log_dir_pn, stdout_flag, level]
200
+ end
201
+
202
+ def create_by_hash(hash)
203
+ prefix, fname, log_dir_pn, stdout_flag, level = hash_to_args(hash)
204
+ new(prefix, fname, log_dir_pn, stdout_flag, level)
205
+ end
206
+
207
+ def init_by_hash(hash)
208
+ prefix, fname, log_dir_pn, stdout_flag, level = hash_to_args(hash)
209
+ init(prefix, fname, log_dir_pn, stdout_flag, level)
210
+ end
211
+
212
+ def init(prefix, fname, log_dir, stdout_flag, level = :info)
213
+ return if @log_file
214
+ @log_file = new(prefix, fname, log_dir, stdout_flag, level)
215
+ end
216
+
217
+ def setup_logger_stdout(log_stdout)
218
+ @log_file.setup_logger_stdout(log_stdout)
219
+ end
220
+
221
+ def setup_logger_file(log_dir, fname)
222
+ @log_file.setup_logger_file(log_dir, fname)
223
+ end
224
+
225
+ def register_log_format(obj)
226
+ @log_file.register_log_format(obj)
227
+ end
228
+
229
+ def register_log_level(level)
230
+ @log_file.register_log_level(level)
231
+ end
232
+
233
+ def to_string(value)
234
+ @log_file.to_string(value)
235
+ end
236
+
237
+ def show(value)
238
+ @log_file.show(value)
239
+ end
240
+
241
+ def error_sub(value)
242
+ @log_file.error_sub(value)
243
+ end
244
+
245
+ def error(value)
246
+ @log_file.error(value)
247
+ end
248
+
249
+ def debug(value)
250
+ @log_file.debug(value)
251
+ end
252
+
253
+ def info(value)
254
+ @log_file.info(value)
255
+ end
256
+
257
+ def warn(value)
258
+ @log_file.warn(value)
259
+ end
260
+
261
+ def fatal(value)
262
+ @log_file.fatal(value)
263
+ end
264
+
265
+ def close
266
+ @log_file&.close
267
+ end
268
+ end
269
+ end
270
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Loggerx
4
+ VERSION = "0.1.1"
5
+ end
data/lib/loggerx.rb ADDED
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "loggerx/version"
4
+ require_relative "loggerx/loggerx"
5
+
6
+ module Loggerx
7
+ class Error < StandardError; end
8
+ # Your code goes here...
9
+ end
@@ -0,0 +1,8 @@
1
+ {
2
+ "folders": [
3
+ {
4
+ "path": "."
5
+ }
6
+ ],
7
+ "settings": {}
8
+ }
data/sig/loggerx.rbs ADDED
@@ -0,0 +1,4 @@
1
+ module Loggerx
2
+ VERSION: String
3
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
+ end
metadata ADDED
@@ -0,0 +1,57 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: loggerx
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - ykominami
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2023-07-28 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Utility class for Logging.
14
+ email:
15
+ - ykominami@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ".rspec"
21
+ - ".tool-versions"
22
+ - CHANGELOG.md
23
+ - CODE_OF_CONDUCT.md
24
+ - LICENSE.txt
25
+ - README.md
26
+ - Rakefile
27
+ - lib/loggerx.rb
28
+ - lib/loggerx/loggerx.rb
29
+ - lib/loggerx/version.rb
30
+ - loggerx.code-workspace
31
+ - sig/loggerx.rbs
32
+ homepage:
33
+ licenses:
34
+ - MIT
35
+ metadata:
36
+ source_code_uri: https://github.com/ykominami/loggerx
37
+ changelog_uri: https://github.com/ykominami/loggerx/blob/main/CHANGELOG.md
38
+ post_install_message:
39
+ rdoc_options: []
40
+ require_paths:
41
+ - lib
42
+ required_ruby_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: 3.2.0
47
+ required_rubygems_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: '0'
52
+ requirements: []
53
+ rubygems_version: 3.3.7
54
+ signing_key:
55
+ specification_version: 4
56
+ summary: Utility class for Logging.
57
+ test_files: []