public final class Log extends Object
Constructor and Description |
---|
Log() |
Modifier and Type | Method and Description |
---|---|
static void |
debug(String message)
Issues a message to the ImageJ log window, but only in debug mode.
|
static void |
error(String message)
Issues an error message to the ImageJ log window.
|
static void |
error(String message,
Throwable t)
Issues an error message to the ImageJ log window, plus an exception stack
trace to an ImageJ exception window.
|
static void |
error(Throwable t)
Issues an exception stack trace to an ImageJ exception window.
|
static void |
info(String message)
Issues an informational message to the ImageJ log window.
|
static void |
timestamp(String message)
Issues an informational message with timestamp to the ImageJ log window.
|
static void |
warn(String message)
Issues a warning message to the ImageJ log window.
|
public static void debug(String message)
public static void warn(String message)
public static void info(String message)
public static void timestamp(String message)
public static void error(String message)
IJ.log(String)
public static void error(Throwable t)
IJ.handleException(Throwable)
Copyright © 2015–2021 Fiji. All rights reserved.