JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
studio.magemonkey.codex.manager.api
Interface Loggable
public interface
Loggable
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
error
(
String
msg)
void
info
(
String
msg)
void
warn
(
String
msg)
Method Details
info
void
info
(@NotNull
String
msg)
warn
void
warn
(@NotNull
String
msg)
error
void
error
(@NotNull
String
msg)