maleo-logging 0.0.7__py3-none-any.whl → 0.0.8__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
maleo/logging/logger.py CHANGED
@@ -462,7 +462,7 @@ def create(
462
462
  )
463
463
 
464
464
 
465
- class Loggers(BaseModel):
465
+ class ServiceLoggers(BaseModel):
466
466
  model_config = ConfigDict(arbitrary_types_allowed=True)
467
467
 
468
468
  application: Application = Field(..., description="Application logger")
@@ -475,13 +475,13 @@ class Loggers(BaseModel):
475
475
  service: Service = Field(..., description="Service logger")
476
476
 
477
477
  @classmethod
478
- def create(
478
+ def new(
479
479
  cls,
480
480
  *,
481
481
  environment: Optional[Environment] = None,
482
482
  service_key: Optional[Key] = None,
483
483
  config: Config,
484
- ) -> "Loggers":
484
+ ) -> "ServiceLoggers":
485
485
  return cls(
486
486
  application=create(
487
487
  LoggerType.APPLICATION,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maleo-logging
3
- Version: 0.0.7
3
+ Version: 0.0.8
4
4
  Summary: Logging package for MaleoSuite
5
5
  Author-email: Agra Bima Yuda <agra@nexmedis.com>
6
6
  License: Proprietary
@@ -2,9 +2,9 @@ maleo/logging/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  maleo/logging/config.py,sha256=eOeMJqDCoH2i_Sqmr1FzuSMklmT61XrB1pCqXU8YZ5s,1208
3
3
  maleo/logging/enums.py,sha256=GrM5rC5k8ErR3fcq9W1VrKkTe1B-u5z61lGzqTVukpY,578
4
4
  maleo/logging/google.py,sha256=h4ZiPbCCOdSOGdSXOzEFlJyCzNBcsoAzb5w_YtV9ipc,1443
5
- maleo/logging/logger.py,sha256=TSRvSNliu2G5HVzKQOL7kr9draiVoVm7D8onPAHwAo8,15616
6
- maleo_logging-0.0.7.dist-info/licenses/LICENSE,sha256=aftGsecnk7TWVX-7KW94FqK4Syy6YSZ8PZEF7EcIp3M,2621
7
- maleo_logging-0.0.7.dist-info/METADATA,sha256=z1JbfP-R7kN_bf4J6_4n-dweY8WeVRAelOucBTz_jO4,2709
8
- maleo_logging-0.0.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
- maleo_logging-0.0.7.dist-info/top_level.txt,sha256=3Tpd1siVsfYoeI9FEOJNYnffx_shzZ3wsPpTvz5bljc,6
10
- maleo_logging-0.0.7.dist-info/RECORD,,
5
+ maleo/logging/logger.py,sha256=6gK7eP_F1qDdH98e_GglegOoFz_V5lZ5AsyWYXzEOqk,15627
6
+ maleo_logging-0.0.8.dist-info/licenses/LICENSE,sha256=aftGsecnk7TWVX-7KW94FqK4Syy6YSZ8PZEF7EcIp3M,2621
7
+ maleo_logging-0.0.8.dist-info/METADATA,sha256=iA-DXnWLadzsTttRrE8oqpNBbl5IMOq7CN5hScU0L4k,2709
8
+ maleo_logging-0.0.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
+ maleo_logging-0.0.8.dist-info/top_level.txt,sha256=3Tpd1siVsfYoeI9FEOJNYnffx_shzZ3wsPpTvz5bljc,6
10
+ maleo_logging-0.0.8.dist-info/RECORD,,