Package com.pulumi.context
Interface LoggingContext
public interface LoggingContext
Provides
Config in current context.-
Method Summary
Modifier and TypeMethodDescriptionvoidLogs a debug-level message that is generally hidden from end-users.voidLogs a debug-level message that is generally hidden from end-users.voidLogs a fatal condition.voidLogs a fatal condition.voidLogs an informational message that is generally printed to stdout during resource operations.voidLogs an informational message that is generally printed to stdout during resource operations.voidLogs a warning to indicate that something went wrong, but not catastrophically so.voidLogs a warning to indicate that something went wrong, but not catastrophically so.
-
Method Details
-
debug
Logs a debug-level message that is generally hidden from end-users. -
debug
Logs a debug-level message that is generally hidden from end-users. -
info
Logs an informational message that is generally printed to stdout during resource operations. -
info
Logs an informational message that is generally printed to stdout during resource operations. -
warn
Logs a warning to indicate that something went wrong, but not catastrophically so. -
warn
Logs a warning to indicate that something went wrong, but not catastrophically so. -
error
Logs a fatal condition. Consider raising an exception after calling Error to stop the Pulumi program. -
error
Logs a fatal condition. Consider raising an exception after calling Error to stop the Pulumi program.
-