repositorypackage
0.0.7
Repository: https://github.com/cjlapao/common-go-logger.git
Documentation: pkg.go.dev
# README
Common Logger
This is a common logger for Go projects. It allows you to log to a file, console or both. It also allows you to log to a file and console with different levels of logging.
It can also log to the ADO pipelines. and use icons to beautify your log output.
Icons
List of available icons:
Icon | Description |
---|---|
IconHammer | :hammer: |
IconFire | :fire: |
IconWrench | :wrench: |
IconKey | :key: |
IconLock | :lock: |
IconOpenLock | :unlock: |
IconBell | :bell: |
IconMagnifyingGlass | :mag: |
IconBook | :book: |
IconBulb | :bulb: |
IconBomb | :bomb: |
IconLargeWhiteSquare | :white_large_square: |
IconCircle | :o: |
IconWarning | :warning: |
IconRightArrow | :arrow_right: |
IconHourGlass | :hourglass: |
IconInfo | :information_source: |
IconFlag | :triangular_flag_on_post: |
IconRocket | :rocket: |
IconCheckMark | :white_check_mark: |
IconCrossMark | :x: |
IconRevolvingLight | :rotating_light: |
IconBlackSquare | :black_square: |
IconFolder | :file_folder: |
IconClipboard | :clipboard: |
IconRightwardsArrow | :arrow_right: |
IconExclamationMark | :exclamation: |
IconAsterisk | :asterisk: |
IconRightHand | :point_right: |
IconCheckbox | :ballot_box_with_check: |
IconToilet | :toilet: |
IconThumbsUp | :thumbsup: |
IconThumbDown | :thumbsdown: |
IconPage | :page_facing_up: |