package
0.0.0-20150728115154-8b786c7fb4af
Repository: https://github.com/dvirsky/go-pylog.git
Documentation: pkg.go.dev

# Packages

This is a Scribe logging handler, that emits its messages to a scribe server.

# Functions

BridgeStdLog bridges all messages written using the standard library's log.Print* and makes them output through this logger, at a given level.
Output a CRITICAL level message while showing a stack trace.
Same as critical but also returns an error object with the message regardless of logging level.
No description provided by the author
Output debug logging messages.
Output ERROR level messages.
Same as Error() but also returns a new formatted error object with the message regardless of logging level.
output INFO level messages.
Output NOTICE level messages.
Raise a PANIC while writing the stack trace to the log.
Set the current handler of the library.
Set the logging level.
Set a minimal level for loggin, setting all levels higher than this level as well.
Set minimal level by string, useful for config files and command line arguments.
Set the output writer.
Output WARNING level messages.
Same as Warning() but return a formatted error object, regardless of logging level.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
default setting - all besides debug.
No description provided by the author
notice is like info but for really important stuff ;).
setting for errors only.
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Interfaces

A formatting interface- it is responsible of taking the arguments and composing a message.
a pluggable logger interface.