package
1.0.0
Repository: https://github.com/tombenke/go-12f-common.git
Documentation: pkg.go.dev

# Functions

SetFormatterStr sets the log format to either `json` or `text`.
SetLevelStr sets the log level according to the `level` string parameter.
WithBCID adds BCID and the actorName to the logger.
WithProcessingState adds state information to the logger.

# Constants

OperationResultError defines the result value for operations failed with normal error.
OperationResultFatal defines the result value for operations failed with fatal error.
OperationResultSuccess defines the result value for successful operations.

# Variables

Logger is the global logger.
Logger is the global logger.

# Type aliases

OperationResult is the type of the possible results of the operations of the business process implementation.